OnCellAttach - ObjectReference
Revision as of 14:04, 7 September 2013 by imported>Egocarib ((link to talk page))
Member of: ObjectReference Script
Event called when this reference's parent cell is attached.
(For notes on the meaning of attachment, see the talk page).
Syntax
Event OnCellAttach()
Parameters
None.
Examples
Event OnCellAttach()
Debug.Trace("Our parent cell has attached")
endEvent