setPilotCameraRotation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {{uc:{{PAGENAME}}}}" to "")
m (Text replacement - "<code> +" to "<code>")
Line 16: Line 16:
|p2= rotation: [[Array]] - [x,y] - format [yaw (turn), pitch (elevation)]. Values are in radians, positive values are left yaw and down pitch from the center.
|p2= rotation: [[Array]] - [x,y] - format [yaw (turn), pitch (elevation)]. Values are in radians, positive values are left yaw and down pitch from the center.
|  [[Nothing]]
|  [[Nothing]]
|x1 = <code> [[vehicle]] [[player]] '''setPilotCameraRotation''' [<nowiki/>[[rad]] 90, [[rad]] 45 ]</code>
|x1 = <code>[[vehicle]] [[player]] '''setPilotCameraRotation''' [<nowiki/>[[rad]] 90, [[rad]] 45 ]</code>
|seealso= [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraTarget]]
|seealso= [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraTarget]]
}}
}}

Revision as of 23:48, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Pilot Camera

Syntax

Syntax:
Syntax needed
Parameters:
object: Object
rotation: Array - [x,y] - format [yaw (turn), pitch (elevation)]. Values are in radians, positive values are left yaw and down pitch from the center.
Return Value:
Return value needed

Examples

Example 1:
vehicle player setPilotCameraRotation [rad 90, rad 45 ]

Additional Information

See also:
hasPilotCameragetPilotCameraPositiongetPilotCameraDirectiongetPilotCameraRotationgetPilotCameraTargetsetPilotCameraDirectionsetPilotCameraTarget

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