Background for Skyrim SE
Member of the ActiveMagicEffect script

Description

Documentation Comment

Event received when this object has moved to an attached cell from a detached one


Examples

Auto-Generated Example

Scriptname MyCoolScript extends ActiveMagicEffect

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