Interior::disableInterior: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
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">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]]

Revision as of 20:19, 6 May 2017

Example:
This removes the interior from the strip club and when trying to walk inside the player just falls:

INTERIOR::DISABLE_INTERIOR(118018, true);

Syntax

interior.disableInterior(interiorID, toggle);

Required Arguments

  • interiorID: int
  • toggle: Boolean

Return value

  • Undefined

Example

todo

See also

Template:Interior function c