Difference between revisions of "OnAttachedToCell - ObjectReference"
Jump to navigation
Jump to search
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…') |
imported>Egocarib m (→Notes) |
||
(One intermediate revision by the same user not shown) | |||
Line 20: | Line 20: | ||
endEvent | endEvent | ||
</source> | </source> | ||
== Notes == | |||
*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 - ObjectReference|OnCellLoad]] | |||
== See Also == | == See Also == |
Latest revision as of 11:53, 11 November 2013
Member of: ObjectReference Script
Event called when this reference moves from a detached cell to an attached one.
Syntax[edit | edit source]
Event OnAttachedToCell()
Parameters[edit | edit source]
None.
Examples[edit | edit source]
Event OnAttachedToCell()
Debug.Trace("We moved from a detached cell to an attached one")
endEvent
Notes[edit | edit source]
- 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