displayChild: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.06 |branch= dev |gr1= GUI Control |descr= Returns child display of the given display. |s1= displayChild display |p1= dis...")
 
m (Text replacement - " |r1=[[" to " |r1= [[")
Line 14: Line 14:
|p1= display: [[Display]]
|p1= display: [[Display]]


|r1=[[Display]]
|r1= [[Display]]


|x1= <code>_display = [[displayChild]] [[findDisplay]] 313; // Display #46</code>
|x1= <code>_display = [[displayChild]] [[findDisplay]] 313; // Display #46</code>

Revision as of 23:35, 7 August 2021

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.06.

Description

Description:
Returns child display of the given display.
Groups:
GUI Control

Syntax

Syntax:
displayChild display
Parameters:
display: Display
Return Value:
Display

Examples

Example 1:
_display = displayChild findDisplay 313; // Display #46

Additional Information

See also:
displayParentfindDisplaydisplayCtrlcreateDisplaycreateDialogdialogdisplayNullctrlCreatecontrolNullctrlParentctrlParentControlsGroupfocusedCtrl

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