createDialog: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands]] | |||
[[Category:Scripting Commands OFP 1.97]] | |||
[[Category:Scripting Commands ArmA]] | |||
back to [[Scripting_Reference#C|COMREF]] | back to [[Scripting_Reference#C|COMREF]] | ||
Revision as of 16:15, 19 April 2006
back to COMREF
createDialog name
Operand types:
name: String
Type of returned value:
Compatibility:
Added in version 1.50
Description:
Create user dialog from resource template name.
If user dialog already exists, creates child dialog of topmost user dialog.
Class name is searched for in description.ext of mission, description.ext of campaign and global resource.cpp.
Returns success.
Example:
_ok = createDialog "RscDisplayGame"