setPilotCameraTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[Bool.+) * +\|x1=" to " |r1=$1 |x1=")
m (Some wiki formatting)
 
(14 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 an area or target to be tracked by the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]].  
|descr= Sets an area or target to be tracked by the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]].  
To track an object the vehicle has to have appropriate sensors ([[A3_Targeting_config_reference#CfgVehicles|scanners]]) that can detect the given target type.
To track an object the vehicle has to have appropriate sensors ([[A3_Targeting_config_reference#CfgVehicles|scanners]]) that can detect the given target type.
Using [[objNull]] will unlock the camera
Using [[objNull]] will unlock the camera


|s1= object '''setPilotCameraTarget''' target
|s1= object [[setPilotCameraTarget]] target


|p1= object: [[Object]]
|p1= object: [[Object]]
|p2= target: [[Object]] or [[Array]] - format PositionASL
|p2= target: [[Object]] or [[Array]] - format PositionASL


|r1=[[Boolean]]
|r1= [[Boolean]]
 
|x1= <sqf>_pilotCamTrack = vehicle player setPilotCameraTarget [2100,4200,4.2];</sqf>
 
|x2= <sqf>_pilotCamTrack = vehicle player setPilotCameraTarget BIS_Edita;</sqf>


|x1= <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' [2100,4200,4.2];</code>
|seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[getPilotCameraTarget]] [[setPilotCameraDirection]] [[setPilotCameraRotation]]
|x2= <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' BIS_Edita;</code>
|seealso= [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]]
}}
}}

Latest revision as of 17:28, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets an area or target to be tracked by the object airplane or helicopter pilotCamera. To track an object the vehicle has to have appropriate sensors (scanners) that can detect the given target type. Using objNull will unlock the camera
Groups:
Pilot Camera

Syntax

Syntax:
object setPilotCameraTarget target
Parameters:
object: Object
target: Object or Array - format PositionASL
Return Value:
Boolean

Examples

Example 1:
_pilotCamTrack = vehicle player setPilotCameraTarget [2100,4200,4.2];
Example 2:
_pilotCamTrack = vehicle player setPilotCameraTarget BIS_Edita;

Additional Information

See also:
hasPilotCamera getPilotCameraPosition getPilotCameraDirection getPilotCameraRotation getPilotCameraTarget setPilotCameraDirection setPilotCameraRotation

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