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

Description

Documentation Comment

Push single parameter. Maximum number of parameters per callback is 128.


Caveats


Parameters

inthandle

boolvalue


Examples

Auto-Generated Example

int myInt__handle
bool myBool__value

UICallback.PushBool(myInt__handle, myBool__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.