Background for Skyrim SE
Member of the UI script
voidfunctionInvokeForm(stringmenuName, stringtarget, Formarg)NativeGlobal

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

  1. stringmenuName

  2. stringtarget

  3. 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)

Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.