Background for Skyrim SE
Member of the ObjectReference script

Description

Wiki Description

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

Documentation Comment

Event recieved when this object moves to a detached cell from an attached one


Examples

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

Auto-Generated Example

Scriptname MyCoolScript extends ObjectReference

event OnDetachedFromCell()
    Debug.trace("Event received - OnDetachedFromCell")
endEvent

Related Pages


Additional References

View this event’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.