Difference between revisions of "IsInInterior"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
imported>GuRu
m (add Syntax & Example)
 
Line 1: Line 1:
'''Syntax:'''
  [''ActorID''.]IsInInterior
'''Example:'''
  if ( Player.IsInInterior )
  endif
Returns 1 if the actor is in an interior cell.
Returns 1 if the actor is in an interior cell.



Latest revision as of 13:22, 17 January 2011

Syntax:

 [ActorID.]IsInInterior

Example:

 if ( Player.IsInInterior )
 endif

Returns 1 if the actor is in an interior cell.