createMissionDisplay: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) (works in arma 3) |
||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code> _ChildDisplay < | |x1= <code>_ChildDisplay = _Rootdisplay [[createMissionDisplay]] "Tutorial";</code>|= Example 1 | ||
|x2= In Arma 3 this would create scenarios UI <code>[[findDisplay]] 46 [[createMissionDisplay]] "";</code>|= Example 2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 00:57, 16 December 2013
Description
- Description:
- Create single missions display as a child of given display. The mission dialog will be set to the directory given as an argument "root".
- Groups:
- Uncategorised
Syntax
- Syntax:
- Display = display createMissionDisplay string
- Parameters:
- display : Display
- string: String
- Return Value:
- Display
Examples
- Example 1:
_ChildDisplay = _Rootdisplay createMissionDisplay "Tutorial";
- Example 2:
- In Arma 3 this would create scenarios UI
findDisplay 46 createMissionDisplay "";
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