OnCellAttach - ObjectReference

Revision as of 10:23, 24 August 2016 by imported>Goggle

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

Notes

  • Still cannot be used to track the player changing cells.

See Also