Difference between revisions of "InvokeForm - UI"

From the CreationKit Wiki
Jump to navigation Jump to search
(Created page with "Sends an object to Flash in the form of: { "formId" : xxxx, "formType" : xx } Both are integer values.")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Sends an object to Flash in the form of:
Sends an object to target location in Flash in the form of:
 
{
{
     "formId" : xxxx,
     "formId" : xxxx,
     "formType" : xx
     "formType"": xx
}
}
 
Both are integer values.
Both are integer values.

Latest revision as of 10:39, 18 April 2024

Sends an object to target location in Flash in the form of:

{
   "formId" : xxxx,
   "formType"": xx
}

Both are integer values.