getPilotCameraTarget: Difference between revisions

From Bohemia Interactive Community
mNo edit summary
mNo edit summary
 
Line 14: Line 14:
|p1= object: [[Object]]
|p1= object: [[Object]]


|r1= [[Array]] with [isTracking, targetPosition, targetObject]:
|r1= [[Array]] with [isTracking, targetPosition, targetObject]
* isTracking: [[Boolean]] - returns whether the camera is in a tracking mode
* isTracking: [[Boolean]] - returns whether the camera is in a tracking mode
* targetPosition: [[Position#PositionASL|PositionASL]] - returns the position of the tracked area or object
* targetPosition: [[Position#PositionASL|PositionASL]] - returns the position of the tracked area or object

Latest revision as of 10:02, 2 January 2026

Hover & click on the images for description

Description

Description:
Returns the target of the object airplane or helicopter pilotCamera tracking.
Groups:
Pilot Camera

Syntax

Syntax:
getPilotCameraTarget object
Parameters:
object: Object
Return Value:
Array with [isTracking, targetPosition, targetObject]
  • isTracking: Boolean - returns whether the camera is in a tracking mode
  • targetPosition: PositionASL - returns the position of the tracked area or object
  • targetObject: Object - returns the tracked object, objNull if camera is only tracking an area
returns [false, [0,0,0], objNull] if camera is not in a tracking mode or if object has no pilotCamera.

Examples

Example 1:
getPilotCameraTarget vehicle player params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];

Additional Information

See also:
hasPilotCamera getPilotCameraPosition getPilotCameraDirection getPilotCameraRotation setPilotCameraDirection setPilotCameraRotation setPilotCameraTarget

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note