displayParent: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (See also)
m (template:command argument fix)
Line 6: Line 6:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns parent display of the given display. |= Description
| Returns parent display of the given display. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


|  '''displayParent''' display |= Syntax
|  '''displayParent''' display |SYNTAX=


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


| [[Display]] |= Return value
| [[Display]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_display = [[displayParent]] [[findDisplay]] 49; // Display #46</code> |= Example 1
|x1= <code>_display = [[displayParent]] [[findDisplay]] 49; // Display #46</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[findDisplay]], [[displayCtrl]], [[createDisplay]], [[createDialog]], [[dialog]], [[displayNull]], [[ctrlCreate]], [[controlNull]], [[ctrlParent]] |= See also
| [[findDisplay]], [[displayCtrl]], [[createDisplay]], [[createDialog]], [[dialog]], [[displayNull]], [[ctrlCreate]], [[controlNull]], [[ctrlParent]] |SEEALSO=


}}
}}

Revision as of 15:38, 7 April 2019

-wrong parameter ("A3") defined!-[[:Category:Introduced with A3 version 1.58|1.58]]
Hover & click on the images for description

Description

Description:
Returns parent display of the given display.
Groups:
Uncategorised

Syntax

Syntax:
displayParent display
Parameters:
display: Display
Return Value:
Display

Examples

Example 1:
_display = displayParent findDisplay 49; // Display #46

Additional Information

See also:
findDisplaydisplayCtrlcreateDisplaycreateDialogdialogdisplayNullctrlCreatecontrolNullctrlParent

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

[[Category:Introduced with A3 version 1.58]][[ Category: A3: New Scripting Commands | DISPLAYPARENT]][[ Category: A3: Scripting Commands | DISPLAYPARENT]]

Notes

Bottom Section