Gameplay::isGen9

From RAGE Multiplayer Wiki
Revision as of 09:41, 17 May 2025 by DevMarvin (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.isGen9; </syntaxhighlight> == Example == <syntaxhighlight lang="javascript"> if (mp.game.gameplay.isGen9) { mp.console.logInfo("geb9") } </syntaxhighlight> }} ==See also== {{Gameplay_functions_c}} Category:Clientside API Category:TODO: Example")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



JavaScript Syntax

Return value

  • boolean

Syntax

mp.game.gameplay.isGen9;

Example

if (mp.game.gameplay.isGen9) {
   mp.console.logInfo("geb9")
}


See also