Background for Skyrim SE
Member of the Alias script
voidfunctionSendModEvent(stringeventName, stringstrArg="", floatnumArg=0.0)Native

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

myAlias__toCallFunctionOn.SendModEvent(myString__eventName, myString__strArg, myFloat__numArg)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.