createDisplay
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.00
Description
- Description:
- Create child display of given display and load from resource "classname".
Syntax
- Syntax:
- parent createDisplay "classname"
- Parameters:
- parent: Display
- classname: String
- Return Value:
- Nothing
Examples
- Example 1:
_display createDisplay "RscObserver"
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- closeDisplay

