ctrlCreate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (control cat added)
(classes from description.ext cannot be used)
Line 14: Line 14:
|p1= display : [[Display]]  |= PARAMETER1  
|p1= display : [[Display]]  |= PARAMETER1  


|p2= class: [[String]] - Classname of the new control |= PARAMETER2  
|p2= class: [[String]] - Existing classname of the new control (currently only [[configFile]] classes are supported) |= PARAMETER2  


|p3= idc: [[Number]] - IDC of the new control  |= PARAMETER3
|p3= idc: [[Number]] - IDC of the new control  |= PARAMETER3

Revision as of 13:55, 30 August 2014

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 - Existing classname of the new control (currently only configFile classes are supported)
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

Notes

Bottom Section