DeleteWhenAble - ObjectReference

Revision as of 14:54, 11 November 2011 by imported>Scornett (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Waits for this reference to lose its parent cell, or for its parent cell to become detached, then deletes it.

Syntax

Function DeleteWhenAble()

Parameters

None.

Return Value

None.

Examples

; Deletes the specified reference when its parent cell is gone
TempReference.DeleteWhenAble()

See Also