Interior::disableInterior

From RAGE Multiplayer Wiki
Revision as of 20:19, 6 May 2017 by Marty uploader (talk | contribs) (yay)

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