Background for Skyrim SE
Member of the UI script
voidfunctionInvoke(stringmenuName, stringtarget)Global

Description

Documentation Comment

Invokes the ActionScript function at given target location.

Examples:
UI.InvokeString("InventoryMenu", "_global.skse.Log", "Printed to logfile")
UI.InvokeStringA("InventoryMenu", "_global.myFunction", myArray)


Caveats


Parameters

stringmenuName

stringtarget


Examples

Auto-Generated Example

string myString__menuName
string myString__target

UI.Invoke(myString__menuName, myString__target)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.