getPilotCameraTarget: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 14: | Line 14: | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|r1= [[Array]] | |r1= [[Array]] in format [isTracking, targetPosition, targetObject] - returns <sqf inline>[false, [0,0,0], objNull]</sqf> if camera is not in a tracking mode or if object has no [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | ||
* isTracking: [[Boolean]] - returns whether the camera is in a tracking mode | * isTracking: [[Boolean]] - returns whether the camera is in a tracking mode | ||
* targetPosition: [[Array]] - format [[Position#PositionASL|PositionASL]], returns the position of the tracked area or object | * targetPosition: [[Array]] - format [[Position#PositionASL|PositionASL]], returns the position of the tracked area or object |
Revision as of 16:26, 27 July 2022
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 in 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:
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