Background for Skyrim SE
Member of the DbSkseEvents script
eventOnEffectStartGlobal(ActorCaster, ActorTarget, MagicEffectakEffect, Formsource, intcastingSource)

[DEV SERVER] Loading description...


Parameters

ActorCaster

ActorTarget

MagicEffectakEffect

Formsource

intcastingSource


Examples

Auto-Generated Example

Scriptname MyCoolScript extends DbSkseEvents

event OnEffectStartGlobal(Actor Caster, Actor Target, MagicEffect akEffect, Form source, int castingSource)
    Debug.trace("Event received - OnEffectStartGlobal: Caster = " + Caster + " Target = " + Target + " akEffect = " + akEffect + " source = " + source + " castingSource = " + castingSource)
endEvent
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.