Gameplay::hasResumedFromSuspend

From RAGE Multiplayer Wiki
Revision as of 09:06, 29 April 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Checks if have resumed from a suspend. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.hasResumedFromSuspend(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Gameplay_definition_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Checks if have resumed from a suspend.

Return value

  • boolean

Syntax

mp.game.gameplay.hasResumedFromSuspend();

Example

//todo


See also