ctrlCreate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (example format)
Line 21: Line 21:




|x1= <code>ctrl ctrlCreate ["RscText", 1234]</code>|= EXAMPLE1  
|x1= <code>_ctrl [[ctrlCreate]] ["RscText", 1234];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:46, 31 July 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 - Classname of the new control
idc: Number - IDC of the new control
Return Value:
Nothing

Examples

Example 1:
_ctrl 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