ctrlSetDirection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.26|= Game version _________________...")
 
(redirect)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command|= Comments
#REDIRECT [[ctrlSetModelDirAndUp]]
____________________________________________________________________________________________
 
| arma3 |= Game name
 
|1.26|= Game version
____________________________________________________________________________________________
 
| Sets orientation of 3D control model. It is similar to [[setVectorDirAndUp]] command for an object, where ''direction'' param is [[vectorDir]] and ''up'' param is [[vectorUp]].|= Description
____________________________________________________________________________________________
 
| control '''ctrlSetDirection''' [direction, up] |= Syntax
 
|p1= control : [[Control]] - 3D control  |= PARAMETER1
|p2= [direction, up] : [[Array]]  |= PARAMETER1
|p3= direction : [[Array]] - [[vectorDir]] |= PARAMETER1
|p4= up : [[Array]] - [[vectorUp]] |= PARAMETER1
 
| [[Nothing]]|= RETURNVALUE
 
 
|x1= <code>_ctrl3D [[ctrlSetDirection]] [[0,1,0],[0,0,1]]; //default orientation</code>|= EXAMPLE1
____________________________________________________________________________________________
 
| [[ctrlCreate]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlModelDirection]], [[ctrlModelUp]], [[ctrlModelSide]], [[ctrlPosition]], [[ctrlSetPosition]], [[ctrlClassName]], [[vectorDir]], [[vectorUp]], [[setVectorDirAndUp]] |= 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:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 13:33, 18 September 2014