setPilotCameraDirection: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=")
m (Some wiki formatting)
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


|arma3
|game1= arma3
 
|version1= 1.64
|1.64


|arg= local
|arg= local
Line 9: Line 8:
|gr1= Pilot Camera
|gr1= Pilot Camera


| Sets the direction of object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]] (vector in model space).
|descr= Sets the direction of airplane's or helicopter's {{Link|Arma 3: Targeting config reference#class pilotCamera|pilotCamera}}.


| object '''setPilotCameraDirection''' Vector3D
|s1= object [[setPilotCameraDirection]] vector3D


|p1= object: [[Object]]
|p1= object: [[Object]] - a vehicle equipped with pilot camera
|p2= Vector3D: [[Array]] - [x,y,z] - format [[Vector3D]] relative to the model centre (In a similar fashion to [[PositionRelative]])
 
| [[Nothing]]
|p2= vector3D: [[Array]] in format [[Vector3D]] - in model space, relative to the model centre (In a similar fashion to [[Position#PositionRelative|PositionRelative]])
|x1= <code>[[vehicle]] [[player]] '''setPilotCameraDirection''' [0,1,0] //re-centers the camera</code>
 
|seealso= [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraRotation]], [[setPilotCameraTarget]]
|r1= [[Nothing]]
}}


|x1= <sqf>vehicle player setPilotCameraDirection [0,1,0] // re-centers the camera</sqf>


{{GameCategory|arma3|New Scripting Commands}}
|seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[getPilotCameraTarget]] [[setPilotCameraRotation]] [[setPilotCameraTarget]]
{{GameCategory|arma3|Scripting Commands}}
}}

Latest revision as of 11:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Sets the direction of airplane's or helicopter's pilotCamera.
Groups:
Pilot Camera

Syntax

Syntax:
object setPilotCameraDirection vector3D
Parameters:
object: Object - a vehicle equipped with pilot camera
vector3D: Array in format Vector3D - in model space, relative to the model centre (In a similar fashion to PositionRelative)
Return Value:
Nothing

Examples

Example 1:
vehicle player setPilotCameraDirection [0,1,0] // re-centers the camera

Additional Information

See also:
hasPilotCamera getPilotCameraPosition getPilotCameraDirection getPilotCameraRotation getPilotCameraTarget setPilotCameraRotation setPilotCameraTarget

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