eyePos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 7: Line 6:


|gr1= Positions |GROUP1=
|gr1= Positions |GROUP1=
____________________________________________________________________________________________


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


| '''eyePos''' object |SYNTAX=
| '''eyePos''' object |SYNTAX=
Line 17: Line 14:


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


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

Revision as of 02:14, 17 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