getPilotCameraTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
Line 19: Line 19:
* targetObject: [[Object]] - returns the tracked object, [[objNull]] if camera is only tracking an area
* targetObject: [[Object]] - returns the tracked object, [[objNull]] if camera is only tracking an area


|x1= <code>getPilotCameraTarget params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];</code>
|x1= <sqf>getPilotCameraTarget params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];</sqf>


|seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]]
|seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]]
}}
}}

Revision as of 11:23, 13 May 2022

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 - format [isTracking, targetPosition, targetObject]; returns [false, [0,0,0], objNull] if camera is not in a tracking mode or if object has no pilotCamera.
  • isTracking: Boolean - returns whether the camera is in a tracking mode
  • targetPosition: Array - format PositionASL, returns the position of the tracked area or object
  • targetObject: Object - returns the tracked object, objNull if camera is only tracking an area

Examples

Example 1:
getPilotCameraTarget 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 or on the Forums.
Only post proven facts here! Add Note