displayChild: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Some wiki formatting)
 
(9 intermediate revisions by the same user not shown)
Line 14: Line 14:
|r1= [[Display]]
|r1= [[Display]]


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


|seealso= [[displayParent]] [[findDisplay]] [[displayCtrl]], [[createDisplay]], [[createDialog]], [[dialog]], [[displayNull]], [[ctrlCreate]], [[controlNull]], [[ctrlParent]], [[ctrlParentControlsGroup]], [[focusedCtrl]]
|seealso= [[displayParent]] [[findDisplay]] [[displayCtrl]] [[createDisplay]] [[createDialog]] [[dialog]] [[displayNull]] [[ctrlCreate]] [[controlNull]] [[ctrlParent]] [[ctrlParentControlsGroup]] [[focusedCtrl]]
}}
}}

Latest revision as of 18:57, 5 May 2022

Hover & click on the images for description

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:
displayParent findDisplay displayCtrl createDisplay createDialog dialog displayNull ctrlCreate controlNull ctrlParent ctrlParentControlsGroup focusedCtrl

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