eyePos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma2oa |Game name=
| arma2oa
|1.62|Game version=
|1.62
|arg= global|Multiplayer Arguments=
|arg= global


|gr1= Positions |GROUP1=
|gr1= Positions


| Returns the object's eyes / main turret position. |DESCRIPTION=
| Returns the object's eyes / main turret position.


| '''eyePos''' object |SYNTAX=
| '''eyePos''' object


|p1= object: [[Object]] |PARAMETER1=
|p1= object: [[Object]]


| [[Array]] - format [[PositionASL]] |RETURNVALUE=
| [[Array]] - format [[PositionASL]]
   
   
|x1= <code>'''eyePos''' [[player]]</code> |EXAMPLE1=
|x1= <code>'''eyePos''' [[player]]</code>


| [[eyeDirection]], [[getPosASL]], [[setPosASL]], [[setPosASL2]], [[getCameraViewDirection]], [[positionCameraToWorld]] |SEEALSO=
| [[eyeDirection]], [[getPosASL]], [[setPosASL]], [[setPosASL2]], [[getCameraViewDirection]], [[positionCameraToWorld]]


}}
}}

Revision as of 01:35, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns the object's eyes / main turret position.
Groups:
Positions

Syntax

Syntax:
eyePos object
Parameters:
object: Object
Return Value:
Array - format PositionASL

Examples

Example 1:
eyePos player

Additional Information

See also:
eyeDirectiongetPosASLsetPosASLsetPosASL2getCameraViewDirectionpositionCameraToWorld

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