Background for Skyrim SE
Member of the ActiveMagicEffect script

Description

Documentation Comment

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


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

event OnDetachedFromCell()
    Debug.trace("Event received - OnDetachedFromCell")
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.