OnAttachedToCell - ObjectReference
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…')
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