Replay:isEditorAvailable

From RAGE Multiplayer Wiki
Revision as of 09:21, 14 August 2024 by Shr0x (talk | contribs) (Created page with "{{ClientsideJsFunction}} {{JSContainer| Returns true if editor is available, false if not. ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.isEditorAvailable() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_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 editor is available, false if not.

Return value

  • boolean

Syntax

mp.game.replay.isEditorAvailable()

Example

//todo


See also