ctrlSetModelDirAndUp: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Killzone Kid moved page ctrlSetModelDirAndUp to ctrlModelDirection over redirect: revert) |
Killzone Kid (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Command|= Comments | |||
____________________________________________________________________________________________ | |||
| arma3 |= Game name | |||
|1.29|= Game version | |||
____________________________________________________________________________________________ | |||
| Sets orientation of 3D control model. It is similar to [[setVectorDirAndUp]] command for an object.|= Description | |||
____________________________________________________________________________________________ | |||
| control '''ctrlSetModelDirAndUp''' [dir, up] |= Syntax | |||
|p1= control : [[Control]] - 3D control |= PARAMETER1 | |||
|p2= [dir, up] : [[Array]] - format [[ctrlModelDirAndUp]] |= PARAMETER1 | |||
|p3= dir : [[Array]] - [[vectorDir]] |= PARAMETER1 | |||
|p4= up : [[Array]] - [[vectorUp]] |= PARAMETER1 | |||
| [[Nothing]]|= RETURNVALUE | |||
|x1= <code>_ctrl3D [[ctrlSetModelDirAndUp]] [[0,1,0],[0,0,1]]; //default orientation</code>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | |||
| [[ctrlModelDirAndUp]], [[ctrlCreate]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlModelScale]], [[ctrlSetModelcale]], [[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}}}}]] | |||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on August 31, 2014 - 09:43 (UTC)</dd> | |||
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt> | |||
<dd class="note"> | |||
As of now, this command will reset the scale of the 3D control model to 1. | |||
<br><br> | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 12:26, 18 September 2014
Description
- Description:
- Sets orientation of 3D control model. It is similar to setVectorDirAndUp command for an object.
- Groups:
- Uncategorised
Syntax
- Syntax:
- control ctrlSetModelDirAndUp [dir, up]
- Parameters:
- control : Control - 3D control
- [dir, up] : Array - format ctrlModelDirAndUp
- dir : Array - vectorDir
- up : Array - vectorUp
- Return Value:
- Nothing
Examples
- Example 1:
_ctrl3D ctrlSetModelDirAndUp [[0,1,0],[0,0,1]]; //default orientation
Additional Information
- See also:
- ctrlModelDirAndUpctrlCreatectrlDeletectrlModelctrlSetModelctrlModelScalectrlSetModelcalectrlPositionctrlSetPositionctrlClassNamevectorDirvectorUpsetVectorDirAndUp
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
- Posted on August 31, 2014 - 09:43 (UTC)
- Killzone Kid
-
As of now, this command will reset the scale of the 3D control model to 1.