createDisplay: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (stringtype)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create child display of given display and load from resource "name". |= Description
| Create child display of given display and load from resource "classname". |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| parent '''createDisplay''' "name" |= Syntax
| parent '''createDisplay''' "classname" |= Syntax


|p1= parent: [[Display]] |= Parameter 1
|p1= parent: [[Display]] |= Parameter 1


|p2= name: [[String]] |= Parameter 2
|p2= classname: [[String]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 18:20, 24 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Create child display of given display and load from resource "classname".
Groups:
Uncategorised

Syntax

Syntax:
parent createDisplay "classname"
Parameters:
parent: Display
classname: String
Return Value:
Nothing

Examples

Example 1:
_display createDisplay "RscObserver"

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

Notes

Bottom Section