Replay:isInteriorRenderingDisabled: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{ClientsideJsFunction}} {{JSContainer| Requires all scripts to clean up before the replay system can play back a clip. ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.replay.isInteriorRenderingDisabled() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> //todo </syntaxhighlight> }} ==See also== {{Replay_functions_c}} Category:Clientside API Category:TODO: Example")
 
(return value)
 
Line 4: Line 4:


===Return value===
===Return value===
*''' {{RageType|void}} '''
*''' {{RageType|boolean}} '''


==Syntax==
==Syntax==

Latest revision as of 09:27, 14 August 2024

Client-Side
Function

 JavaScript



JavaScript Syntax

Requires all scripts to clean up before the replay system can play back a clip.

Return value

  • boolean

Syntax

mp.game.replay.isInteriorRenderingDisabled()

Example

//todo


See also