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


Caveats


Parameters

stringasEvent

FormeventReceiver

FormparamFilter=NONE

intparamFilterIndex=0


Examples

Auto-Generated Example

string myString__asEvent
Form myForm__eventReceiver
Form myForm__paramFilter
int myInt__paramFilterIndex

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