Benargee/Sandbox – User

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Page cleanup to prevent it showing in categories)
Tag: Replaced
 
(49 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|= Comments
[[Category:Sandbox]]
____________________________________________________________________________________________
 
| arma |= Game name
 
|9000|= Game version
____________________________________________________________________________________________
 
| Creates new control in given display. |= Description
____________________________________________________________________________________________
 
| display '''ctrlCreate''' [class, idc] |= Syntax
 
|p1= display : [[Display]]  |= PARAMETER1
 
|p2= class: [[String]] - Existing classname (see [[ctrlCreate/classnames]]) of the new control (currently only [[configFile]] classes are supported) |= PARAMETER2
 
|p3= idc: [[Number]] - IDC of the new control  |= PARAMETER3
 
| [[Control]] |= RETURNVALUE
 
 
|x1= <code>_display [[ctrlCreate]] ["RscText", 1234];</code>|= EXAMPLE1
|x2= <code>_map = [[findDisplay]] 46 [[ctrlCreate]] ["RscMapControl", -1];</code>|= EXAMPLE2
____________________________________________________________________________________________
 
| [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[ctrlModelScale]], [[ctrlSetModelScale]], [[ctrlModelDirAndUp]], [[ctrlSetModelDirAndUp]] |= SEEALSO
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
 
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style='display:none'>Bottom Section</h3>
 
 
 
[[Category:Sandbox]][[Category:Benargee]]

Latest revision as of 21:45, 5 January 2020