displayCtrl: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
m (= and example)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| display '''displayCtrl''' idc |= Syntax
| [[Control]] <nowiki>=</nowiki> display '''displayCtrl''' idc |= Syntax


|p1= display [[Display]] |= Parameter 1
|p1= display [[Display]] |= Parameter 1
Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_control = _display displayCtrl 101</pre> |= Example 1
|x1= <pre>_ChildControl = _ParentDisplay displayCtrl 101</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 02:16, 26 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Return child control with specified idc.
Groups:
Uncategorised

Syntax

Syntax:
Control = display displayCtrl idc
Parameters:
display Display
idc Number
Return Value:
Control

Examples

Example 1:
_ChildControl = _ParentDisplay displayCtrl 101

Additional Information

See also:
See also needed

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