displayParent: Difference between revisions
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. |= | | Returns parent display of the given display. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''displayParent''' display |= | | '''displayParent''' display |SYNTAX= | ||
|p1= display: [[Display]] |= | |p1= display: [[Display]] |PARAMETER1= | ||
| [[Display]] |= | | [[Display]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_display = [[displayParent]] [[findDisplay]] 49; // Display #46</code> |= | |x1= <code>_display = [[displayParent]] [[findDisplay]] 49; // Display #46</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[findDisplay]], [[displayCtrl]], [[createDisplay]], [[createDialog]], [[dialog]], [[displayNull]], [[ctrlCreate]], [[controlNull]], [[ctrlParent]] |= | | [[findDisplay]], [[displayCtrl]], [[createDisplay]], [[createDialog]], [[dialog]], [[displayNull]], [[ctrlCreate]], [[controlNull]], [[ctrlParent]] |SEEALSO= | ||
}} | }} |
Revision as of 14:38, 7 April 2019
Description
- Description:
- Returns parent display of the given display.
- Groups:
- Uncategorised
Syntax
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]]