OnDetachedFromCell - ObjectReference

Revision as of 15:18, 1 July 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus Category:Events '''Member of:''' ObjectReference Script Event called when this reference moves from an attached cell to a det…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

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

SyntaxEdit

Event OnDetachedFromCell()

ParametersEdit

None.

ExamplesEdit

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

See AlsoEdit