IsInInterior

From the Oblivion ConstructionSet Wiki
Revision as of 13:22, 17 January 2011 by imported>GuRu (add Syntax & Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

 [ActorID.]IsInInterior

Example:

 if ( Player.IsInInterior )
 endif

Returns 1 if the actor is in an interior cell.