OnCellDetach - ObjectReference

From the CreationKit Wiki
Revision as of 14:19, 1 July 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus Category:Events '''Member of:''' ObjectReference Script Event called when this reference's parent cell is detached. == Synta…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Event called when this reference's parent cell is detached.

Syntax

Event OnCellDetach()

Parameters

None.

Examples

Event OnCellDetach()
  Debug.Trace("Our parent cell has detached")
endEvent

See Also