Difference between revisions of "IsInInterior"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>GuRu
m (add Syntax & Example)
 
(4 intermediate revisions by 4 users not shown)
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.


[[Category: Functions]]
[[Category: Functions]]
[[Category:Functions (CS)]]
[[Category: Functions (CS 1.0)]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Actor State Functions]]
[[Category: Actor State Functions]]
[[Category: Actor State Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
<!-- Begin Search Terms
Is
In
Interior
End Search Terms -->

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.