displayCtrl: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|DISPLAYCTRL]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|DISPLAYCTRL]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">'''''display'' displayCtrl ''idc'''''</h2>
|2.5|= Game version
____________________________________________________________________________________________


| Return child control with specified idc. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| display '''displayCtrl''' idc |= Syntax


'''display''': [[Display]]
|p1= display [[Display]] |= Parameter 1


'''idc''': [[Number]]
|p2= idc [[Number]] |= Parameter 2


'''Type of returned value:'''
| [[Control]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_control = _display displayCtrl 101</pre> |= Example 1
____________________________________________________________________________________________


[[Control]]
|  |= See also


'''Compatibility:'''
}}


Version 2.50 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Return child control with specified idc.
<h3 style="display:none">Bottom Section</h3>


 
[[Category:Scripting Commands|DISPLAYCTRL]]
'''Example''':
[[Category:Scripting Commands ArmA|DISPLAYCTRL]]
   
_control = _display '''displayCtrl''' 101

Revision as of 00:47, 2 August 2006

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

Description

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

Syntax

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

Examples

Example 1:
_control = _display 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