OnCellAttach - ObjectReference
Revision as of 14:22, 3 December 2012 by imported>Iceburg333 (→See Also)
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