- Found in:
- SKSE
Description
Wiki Description
Sends an object to target location in Flash in the form of:
{
"formId" : xxxx,
"formType"": xx
}
Both are integer values.
Documentation Comment
Sends Form data to Scaleform as a Flash object, FormLists included.
Parameters
stringmenuName
stringtarget
Formarg
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__menuName
string myString__target
Form myForm__arg
UI.InvokeForm(myString__menuName, myString__target, myForm__arg)