IsInInterior - ObjectReference

Revision as of 17:23, 24 October 2011 by imported>Plplecuyer
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Checks to see if this object is in an interior cell.

SyntaxEdit

bool Function IsInInterior()

ParametersEdit

None

Return ValueEdit

Returns true if the object is in an interior cell.

ExamplesEdit

; Is the box in an interior?
if Box.IsInInterior()
  Debug.Trace("Box is inside!")
endIf

See AlsoEdit