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 _________________...")
 
No edit summary
Line 41: Line 41:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_GUI_Control|{{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.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 11:43, 31 August 2014

Hover & click on the images for description

Description

Description:
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.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetDirection [direction, up]
Parameters:
control : Control - 3D control
[direction, up] : Array
direction : Array - vectorDir
up : Array - vectorUp
Return Value:
Nothing

Examples

Example 1:
_ctrl3D ctrlSetDirection [[0,1,0],[0,0,1]]; //default orientation

Additional Information

See also:
ctrlCreatectrlDeletectrlModelctrlSetModelctrlModelDirectionctrlModelUpctrlModelSidectrlPositionctrlSetPositionctrlClassNamevectorDirvectorUpsetVectorDirAndUp

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.