Interior::unpinInterior

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

Does something similar to INTERIOR::DISABLE_INTERIOR.

You don't fall through the floor but everything is invisible inside and looks the same as when INTERIOR::DISABLE_INTERIOR is used. Peds behaves normally inside.

Syntax

interior.unpinInterior(interiorID);

Required Arguments

  • interiorID: int

Return value

  • Undefined

Example

todo

See also

Template:Interior function c