Gameplay::isMinigameInProgress

From RAGE Multiplayer Wiki
Revision as of 11:05, 29 April 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Returns true if a minigame is in progress, false otherwise. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isMinigameInProgress(); </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

Returns true if a minigame is in progress, false otherwise.

Return value

  • boolean

Syntax

mp.game.gameplay.isMinigameInProgress();

Example

//todo


See also