OnCellAttach - ObjectReference
Revision as of 14:18, 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 attached. == Synta…')
Member of: ObjectReference Script
Event called when this reference's parent cell is attached.
Syntax
Event OnCellAttach()
Parameters
None.
Examples
Event OnCellAttach()
Debug.Trace("Our parent cell has attached")
endEvent