OnCellAttach - ObjectReference

Revision as of 01:22, 30 August 2016 by imported>Goggle (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Event called when this reference's parent cell is attached.

SyntaxEdit

Event OnCellAttach()

ParametersEdit

None.

ExamplesEdit

Event OnCellAttach()
  Debug.Trace("Our parent cell has attached")
endEvent

NotesEdit

  • Still cannot be used to track the player changing cells, if attached to the player alias.

See AlsoEdit