ctrlSetAngle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (description)
No edit summary
Line 6: Line 6:
|eff=  |= Multiplayer Effects
|eff=  |= Multiplayer Effects
____________________________________________________________________________________________
____________________________________________________________________________________________
| Sets the rotation of a '''3D'''control. |= Description
| Sets the rotation of a '''3D''' control. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
| ctrl ctrlSetAngle angle |= Syntax
| ctrl ctrlSetAngle angle |= Syntax

Revision as of 22:20, 29 August 2016

Hover & click on the images for description

Description

Description:
Sets the rotation of a 3D 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