Interior::disableInterior

From RAGE Multiplayer Wiki
Revision as of 19:46, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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