getPilotCameraTarget: Difference between revisions
BrettMayson (talk | contribs) mNo edit summary |
BrettMayson (talk | contribs) mNo edit summary |
||
| Line 8: | Line 8: | ||
|gr1= Pilot Camera | |gr1= Pilot Camera | ||
|descr= Returns the target of the object airplane or helicopter [[Arma 3: Targeting config reference#class pilotCamera|pilotCamera]] tracking. | |descr= Returns the target of the object airplane or helicopter [[Arma 3: Targeting config reference#class pilotCamera|pilotCamera]] tracking. Returns <sqf inline>[false, [0,0,0], objNull]</sqf> if camera is not in a tracking mode or if object has no [[Arma 3: Targeting config reference#class pilotCamera|pilotCamera]]. | ||
|s1= [[getPilotCameraTarget]] object | |s1= [[getPilotCameraTarget]] object | ||
| Line 15: | Line 15: | ||
|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 | ||
* 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= <sqf>getPilotCameraTarget vehicle player params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];</sqf> | |x1= <sqf>getPilotCameraTarget vehicle player params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];</sqf> | ||
Latest revision as of 18:01, 3 April 2026
Description
- Description:
- Returns the target of the object airplane or helicopter pilotCamera tracking. Returns [false, [0,0,0], objNull] if camera is not in a tracking mode or if object has no pilotCamera.
- 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
Examples
- Example 1:
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