getPilotCameraDirection: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|arma3 | |arma3 | ||
|1.64 | |1.64 | ||
|arg= local | |arg= local | ||
|gr1= Pilot Camera | |gr1= Pilot Camera | ||
| Returns model space vector of the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]] . | | Returns model space vector of the object airplane or helicopter [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]] . | ||
| '''getPilotCameraDirection''' object | | '''getPilotCameraDirection''' object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
| [[Array]] - [x,y,z] - format [[Vector3D]] relative to the model centre (In a similar fashion to [[PositionRelative]]). Returns [0,0,0] if object has no [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | | [[Array]] - [x,y,z] - format [[Vector3D]] relative to the model centre (In a similar fashion to [[PositionRelative]]). Returns [0,0,0] if object has no [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | ||
|x1 = <code> _pilotCamVector = '''getPilotCameraDirection''' [[vehicle]] [[player]]</code> | |x1 = <code> _pilotCamVector = '''getPilotCameraDirection''' [[vehicle]] [[player]]</code> | ||
| [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]], [[setPilotCameraTarget]] | | [[hasPilotCamera]], [[getPilotCameraPosition]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]], [[setPilotCameraTarget]] | ||
}} | }} |
Revision as of 00:41, 18 January 2021
Description
- Description:
- Returns model space vector of the object airplane or helicopter pilotCamera .
- Groups:
- Pilot Camera
Syntax
- Syntax:
- getPilotCameraDirection object
- Parameters:
- object: Object
- Return Value:
- Array - [x,y,z] - format Vector3D relative to the model centre (In a similar fashion to PositionRelative). Returns [0,0,0] if object has no pilotCamera.
Examples
Additional Information
- See also:
- hasPilotCameragetPilotCameraPositiongetPilotCameraRotationgetPilotCameraTargetsetPilotCameraDirectionsetPilotCameraRotationsetPilotCameraTarget
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