IsAttached - Cell

Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Cell Script

Returns whether this cell is currently 'attached' or not. (In the loaded area)

SyntaxEdit

bool Function IsAttached() native

ParametersEdit

None.

Return ValueEdit

Whether this cell is attached or not

ExamplesEdit

; Is the parent cell attached? (In the loaded area)
if (parentCell.IsAttached())
  Debug.Trace("The parent cell is attached")
endIf

See AlsoEdit