createMissionDisplay
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.08
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".
Syntax
- Syntax:
- Display = ParentDisplay createMissionDisplay String
- Parameters:
- ParentDisplay : Display
- String
- Return Value:
- Display
Examples
- Example 1:
_ChildDisplay =_Rootdisplay createMissionDisplay "Tutorial"
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes

