- Found in:
- SKSE
Description
Documentation Comment
Sends custom event with given generic parameters.
Caveats
Parameters
stringeventName
stringstrArg=""
floatnumArg=0.0
Examples
Auto-Generated Example
string myString__eventName
string myString__strArg
float myFloat__numArg
myForm__toCallFunctionOn.SendModEvent(myString__eventName, myString__strArg, myFloat__numArg)