Background for Skyrim SE
Member of the DbSkseEvents script
voidfunctionRegisterActiveMagicEffectForGlobalEvent(stringasEvent, ActiveMagicEffecteventReceiver, FormparamFilter=NONE, intparamFilterIndex=0)NativeGlobal


Caveats


Parameters

stringasEvent

ActiveMagicEffecteventReceiver

FormparamFilter=NONE

intparamFilterIndex=0


Examples

Auto-Generated Example

string myString__asEvent
ActiveMagicEffect myActiveMagicEffect__eventReceiver
Form myForm__paramFilter
int myInt__paramFilterIndex

DbSkseEvents.RegisterActiveMagicEffectForGlobalEvent(myString__asEvent, myActiveMagicEffect__eventReceiver, myForm__paramFilter, myInt__paramFilterIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.