Background for Skyrim SE
Member of the UICallback script
voidfunctionPushBoolA(inthandle, bool[]args)NativeGlobal

Description

Documentation Comment

Push parameters from array. Maximum number of parameters per callback is 128.


Caveats


Parameters

inthandle

bool[]args


Examples

Auto-Generated Example

int myInt__handle
bool[] myBoolArray__args

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