ctrlCreate: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (returns control) |
m (control cat added) |
||
Line 42: | Line 42: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]] |
Revision as of 23:05, 13 August 2014
Description
- Description:
- Creates new control in given display.
- Groups:
- Uncategorised
Syntax
- Syntax:
- display ctrlCreate [class, idc]
- Parameters:
- display : Display
- class: String - Classname of the new control
- idc: Number - IDC of the new control
- Return Value:
- Control
Examples
- Example 1:
_display ctrlCreate ["RscText", 1234];
Additional Information
- See also:
- ctrlDelete
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note