Streaming::isPlayerSwitchInProgress

From RAGE Multiplayer Wiki
Revision as of 03:57, 27 May 2024 by Shr0x (talk | contribs) (Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.streaming.isPlayerSwitchInProgress() </syntaxhighlight> ==Example== <syntaxhighlight lang="cs"> //todo </syntaxhighlight> }} ==See also== {{Streaming_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.streaming.isPlayerSwitchInProgress()

Example

//todo


See also