eyeDirection

From Bohemia Interactive Community
Revision as of 21:03, 26 May 2014 by Killzone Kid (talk | contribs) (example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns the direction object is watching (eyes, or a vehicle primary observer).
Groups:
Uncategorised

Syntax

Syntax:
eyeDirection unit
Parameters:
unit: Object
Return Value:
Array

Examples

Example 1:
can = "Land_Can_V3_F" createVehicle position player; onEachFrame { can setPosASL [ (eyePos player select 0) + (eyeDirection player select 0), (eyePos player select 1) + (eyeDirection player select 1), (eyePos player select 2) + (eyeDirection player select 2) ] }

Additional Information

See also:
positionCameraToWorld

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