OnCellDetach - ObjectReference
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…')
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