OnAttachedToCell - ObjectReference

From the CreationKit Wiki
Revision as of 14:17, 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 a detached cell to an att…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

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

Syntax

Event OnAttachedToCell()

Parameters

None.

Examples

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

See Also