Перейти к содержанию

System.isFullscreen

Материал из RAGE MP Wiki Archive
Версия от 11:58, 13 августа 2024; imported>Shr0x (Created page with "{{ClientsideJsFunction}} {{JSContainer| Readonly property, returns whether player's screen is on full screen mode or not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.system.isFullscreen </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { if (mp.system.isFullscreen) { mp.console.logInfo(`Player game is on full screen mode.`); } }) </syntaxhighligh...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)