OnAttachedToCell - ObjectReference

Revision as of 12:53, 11 November 2013 by imported>Egocarib (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

Event called when this reference moves from a detached cell to an attached one.

SyntaxEdit

Event OnAttachedToCell()

ParametersEdit

None.

ExamplesEdit

Event OnAttachedToCell()
  Debug.Trace("We moved from a detached cell to an attached one")
endEvent

NotesEdit

  • This event will NOT ever fire if used in a Player Alias script. The only cell attachment-related event that the Player seems to trigger is OnCellLoad

See AlsoEdit