Interior::disableInterior: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Example: <br>This removes the interior from the strip club and when trying to walk inside the player just falls:<br><br>INTERIOR::DISABLE_INTERIOR(118018, true);==Syntax==<syntaxhighlight lang="javascript">interior.disableInterior(interiorID, toggle);</syntaxhighlight>=== Required Arguments ===*'''interiorID:''' int*'''toggle:''' Boolean===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Interior_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
Example: <br>This removes the interior from the strip club and when trying to walk inside the player just falls:<br><br>INTERIOR::DISABLE_INTERIOR(118018, true);
==Syntax==
<syntaxhighlight lang="javascript">mp.game.interior.disableInterior(interiorID, toggle);</syntaxhighlight>
=== Required Arguments ===
*'''interiorID:''' int
*'''toggle:''' Boolean
===Return value===
*'''Undefined'''
==Example==
<syntaxhighlight lang="javascript">
// todo
</syntaxhighlight>
==See also==
{{Interior_s_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Latest revision as of 21:27, 6 May 2017