createDisplay

From Bohemia Interactive Community
Revision as of 02:03, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


parent createDisplay name


Operand types:

parent: Display

name: String

Type of returned value:

Nothing

Compatibility:

Version 2.53 required.

Description:

Create child display of given display and load from resource "name".


Example:

_display createDisplay "RscObserver"