getPilotCameraPosition

From Bohemia Interactive Community
Revision as of 17:09, 24 August 2016 by Ondrejkuzel (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ |arma3|= Game name |1.64|= Game version |arg= global|= Arg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns model space coordinates of the object airplane or helicopter pilotCamera .
Groups:
Uncategorised

Syntax

Syntax:
getPilotCameraPosition object
Parameters:
object: Object
Return Value:
Array - [x,y,z] offset relative to the model centre, format PositionRelative. Returns [0,0,0] if object has no pilotCamera.

Examples

Example 1:
_pilotCamPos = getPilotCameraPosition vehicle player

Additional Information

See also:
hasPilotCameragetPilotCameraDirectiongetPilotCameraRotationgetPilotCameraTargetsetPilotCameraDirectionsetPilotCameraRotationsetPilotCameraTarget

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

Notes

Bottom Section