Background for Skyrim SE
Member of the ModEvent script
voidfunctionPushBool(inthandle, boolvalue)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.