Background for Skyrim SE
Member of the DbSkseEvents script
boolfunctionToggleGlobalEventOnActiveMagicEffect(stringsEvent, ActiveMagicEffecteventReceiver, FormparamFilter=NONE, intparamFilterIndex=0)Global

Description

Documentation Comment

returns true if registering, or false if unregistering.


Caveats


Parameters

stringsEvent

ActiveMagicEffecteventReceiver

FormparamFilter=NONE

intparamFilterIndex=0


Examples

Auto-Generated Example

string myString__sEvent
ActiveMagicEffect myActiveMagicEffect__eventReceiver
Form myForm__paramFilter
int myInt__paramFilterIndex

bool returnedValue = DbSkseEvents.ToggleGlobalEventOnActiveMagicEffect(myString__sEvent, myActiveMagicEffect__eventReceiver, myForm__paramFilter, myInt__paramFilterIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.