- Found in:
- SKSE
Description
Documentation Comment
Push single parameter.
For arguments 1 .. N, the signature of the receiving event callback has to look like this:
event MyCallback(TYPE_1 PARAM_1, ... , TYPE_N PARAM_N)
Caveats
Parameters
inthandle
boolvalue
Examples
Auto-Generated Example
int myInt__handle
bool myBool__value
ModEvent.PushBool(myInt__handle, myBool__value)