ctrlCreate

From Bohemia Interactive Community
Revision as of 15:22, 31 July 2014 by EUTWtrnapster (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.26|= Game version _________________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

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:
Nothing

Examples

Example 1:
_checked = ctrlChecked _control

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

Notes

Bottom Section