OnCellAttach - ObjectReference

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