- Found in:
- Dylbills PE
boolfunctionToggleGlobalEventOnActiveMagicEffect(stringsEvent, ActiveMagicEffecteventReceiver, FormparamFilter=NONE, intparamFilterIndex=0)Global
Description
Documentation Comment
returns true if registering, or false if unregistering.
Caveats
Parameters
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)