ctrlSetAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |arma3 |= Game |1.62|= Game Version |arg= |= Multiplayer Arguments |e...")
 
(Fixed formatting on example and added ctrlAngle to see also)
Line 11: Line 11:
|p1= ctrl: [[Control]] |= Parameter 1
|p1= ctrl: [[Control]] |= Parameter 1
|p2= angle: [[Array]] |= Parameter 2
|p2= angle: [[Array]] |= Parameter 2
|p3=  |= Parameter 3
 
|p3=  |= Parameter 4
|p3=  |= Parameter 5
|p3=  |= Parameter 6
| [[Nothing]] |= Return Value
| [[Nothing]] |= Return Value
|x1= _control ctrlSetAngle [25, 0.5, 0.5]; |= Example 1
 
| - |= See Also
|x1=<code> _control ctrlSetAngle [25, 0.5, 0.5];</code> |= Example 1
____________________________________________________________________________________________
 
| [[ctrlAngle]] |= See Also
}}
}}



Revision as of 03:30, 21 July 2016

Hover & click on the images for description

Description

Description:
Sets the rotation of the control.
Groups:
Uncategorised

Syntax

Syntax:
ctrl ctrlSetAngle angle
Parameters:
ctrl: Control
angle: Array
Return Value:
Nothing

Examples

Example 1:
_control ctrlSetAngle [25, 0.5, 0.5];

Additional Information

See also:
ctrlAngle

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

Bottom Section