- Found in:
- SKSE
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)