setPilotCameraTarget: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(33 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3| | |game1= arma3 | ||
|version1= 1.64 | |||
| | |arg= local | ||
| | |gr1= Pilot Camera | ||
| Sets an area or target to be tracked by the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | |descr= Sets an area or target to be tracked by the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | ||
To track an object the vehicle has to have appropriate sensors ([[A3_Targeting_config_reference#CfgVehicles|scanners]]) that can detect the given target type. | To track an object the vehicle has to have appropriate sensors ([[A3_Targeting_config_reference#CfgVehicles|scanners]]) that can detect the given target type. | ||
Using [[objNull]] will unlock the camera | Using [[objNull]] will unlock the camera | ||
| [[ | |s1= object [[setPilotCameraTarget]] target | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
| | |p2= target: [[Object]] or [[Array]] - format PositionASL | ||
|r1= [[Boolean]] | |||
|x1= <sqf>_pilotCamTrack = vehicle player setPilotCameraTarget [2100,4200,4.2];</sqf> | |||
< | |||
< | |x2= <sqf>_pilotCamTrack = vehicle player setPilotCameraTarget BIS_Edita;</sqf> | ||
</ | |||
|seealso= [[hasPilotCamera]] [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[getPilotCameraTarget]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] | |||
}} | |||
[[ | |||
[[ | |||
[[ |
Latest revision as of 16:28, 13 May 2022
Description
- Description:
- Sets an area or target to be tracked by the object airplane or helicopter pilotCamera. To track an object the vehicle has to have appropriate sensors (scanners) that can detect the given target type. Using objNull will unlock the camera
- Groups:
- Pilot Camera
Syntax
- Syntax:
- object setPilotCameraTarget target
- Parameters:
- object: Object
- target: Object or Array - format PositionASL
- Return Value:
- Boolean
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- hasPilotCamera getPilotCameraPosition getPilotCameraDirection getPilotCameraRotation getPilotCameraTarget setPilotCameraDirection setPilotCameraRotation
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