setPilotCameraTarget: Difference between revisions
Jump to navigation
Jump to search
Ondrejkuzel (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ |arma3|= Game name |1.64|= Game version |arg= local|= Argu...") |
m (template:command argument fix) |
||
Line 11: | Line 11: | ||
| 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 |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[bool]] <nowiki>=</nowiki> object '''setPilotCameraTarget''' target |= | | [[bool]] <nowiki>=</nowiki> object '''setPilotCameraTarget''' target |SYNTAX= | ||
|p1= object: [[Object]] |= | |p1= object: [[Object]] |PARAMETER1= | ||
|p2= target: [[Object]] or [[Array]] - format PositionASL |= | |p2= target: [[Object]] or [[Array]] - format PositionASL |PARAMETER2= | ||
| [[Bool]] |= | | [[Bool]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' [2100,4200,4.2];</code> |= | |x1 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' [2100,4200,4.2];</code> |EXAMPLE1= | ||
|x2 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' BIS_Edita;</code> |= | |x2 = <code>_pilotCamTrack = [[vehicle]] [[player]] '''setPilotCameraTarget''' BIS_Edita;</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]] |= | | [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]] |SEEALSO= | ||
}} | }} |
Revision as of 14:47, 7 April 2019
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:
- Uncategorised
Syntax
- Syntax:
- bool = object setPilotCameraTarget target
- Parameters:
- object: Object
- target: Object or Array - format PositionASL
- Return Value:
- Bool
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