setPilotCameraTarget: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|arma3 | |arma3 | ||
|1.64 | |1.64 | ||
|arg= local | |arg= local | ||
|gr1= Pilot Camera | |gr1= Pilot Camera | ||
| Sets an area or target to be tracked by the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | | 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 | ||
| [[bool]] <nowiki>=</nowiki> object '''setPilotCameraTarget''' target | | [[bool]] <nowiki>=</nowiki> object '''setPilotCameraTarget''' target | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
|p2= target: [[Object]] or [[Array]] - format PositionASL | |p2= target: [[Object]] or [[Array]] - format PositionASL | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' [2100,4200,4.2];</code> | |x1 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' [2100,4200,4.2];</code> | ||
|x2 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' BIS_Edita;</code> | |x2 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' BIS_Edita;</code> | ||
| [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]] | | [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]] | ||
}} | }} |
Revision as of 11:11, 18 January 2021
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:
- bool = object setPilotCameraTarget target
- Parameters:
- object: Object
- target: Object or Array - format PositionASL
- Return Value:
- Boolean
Examples
- Example 1:
_pilotCamTrack = vehicle player setPilotCameraTarget [2100,4200,4.2];
- Example 2:
_pilotCamTrack = vehicle player setPilotCameraTarget BIS_Edita;
Additional Information
- See also:
- hasPilotCameragetPilotCameraPositiongetPilotCameraDirectiongetPilotCameraRotationgetPilotCameraTargetsetPilotCameraDirectionsetPilotCameraRotation
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