All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:55, 13 August 2024 Shr0x talk contribs created page System.isFocused (Created page with "{{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.system.isFocused </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { if (mp.system.isFocused) { mp.console.logInfo(`Player is focused into the game`); } }) </syntaxhighlight> }} ==See Also== *Functions: **mp.system.notify *Properties: **syste...")