Background for Skyrim SE

UICallback


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
intfunctionCreate(stringmenuName, stringtarget)NativeGlobal

Creates a new UICallback and returns the handle.

boolfunctionSend(inthandle)NativeGlobal

Invokes the UICallback and releases it.
Returns true, if it was executed, false if an error happened.

voidfunctionRelease(inthandle)NativeGlobal

Releases the UICallback without sending it.

voidfunctionPushBool(inthandle, boolvalue)NativeGlobal

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

voidfunctionPushInt(inthandle, intvalue)NativeGlobal
voidfunctionPushFloat(inthandle, floatvalue)NativeGlobal
voidfunctionPushString(inthandle, stringvalue)NativeGlobal
voidfunctionPushBoolA(inthandle, bool[]args)NativeGlobal

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

voidfunctionPushIntA(inthandle, int[]args)NativeGlobal
voidfunctionPushFloatA(inthandle, float[]args)NativeGlobal
voidfunctionPushStringA(inthandle, string[]args)NativeGlobal
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.