getPilotCameraTarget: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Fix example) |
||
Line 8: | Line 8: | ||
|gr1= Pilot Camera | |gr1= Pilot Camera | ||
|descr= Returns the target of the object airplane or helicopter [[ | |descr= Returns the target of the object airplane or helicopter [[Arma 3: Targeting config reference#class pilotCamera|pilotCamera]] tracking. | ||
|s1= [[getPilotCameraTarget]] object | |s1= [[getPilotCameraTarget]] object | ||
Line 14: | Line 14: | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|r1= [[Array]] in format [isTracking, targetPosition, targetObject] | |r1= [[Array]] in format [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: [[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 | ||
* 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 | ||
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]]. | |||
|x1= <sqf>getPilotCameraTarget params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];</sqf> | |x1= <sqf>getPilotCameraTarget vehicle player params ["_pilotCamTracking", "_pilotCamTargetPos", "_pilotCamTarget"];</sqf> | ||
|seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]] | |seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]] | ||
}} | }} |
Revision as of 17:44, 18 January 2023
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]:
- 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