OnDetachedFromCell - ObjectReference

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

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

Syntax[edit | edit source]

Event OnDetachedFromCell()

Parameters[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]