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}}")
mNo edit summary
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


|gr1= Positions |GROUP1=
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Returns the object's eyes / main turret position. |DESCRIPTION=
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| '''eyePos''' object |SYNTAX=
|arg= global


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


| [[Array]] - format [[PositionASL]] |RETURNVALUE=
|descr= Returns the object's eyes / main turret position.
____________________________________________________________________________________________
 
|x1= <code>'''eyePos''' [[player]]</code> |EXAMPLE1=
____________________________________________________________________________________________


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


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


<h3 style="display:none">Notes</h3>
|r1= [[Array]] format [[Position#PositionASL|PositionASL]]
<dl class="command_description">
<!-- Note Section BEGIN -->


|x1= <sqf>_eyesPos = eyePos player;</sqf>


 
|seealso= [[eyeDirection]] [[getPosASL]] [[setPosASL]] [[setPosASL2]] [[getCameraViewDirection]] [[positionCameraToWorld]]
<!-- Note Section END -->
}}
</dl>
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:46, 28 September 2023

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:
_eyesPos = eyePos player;

Additional Information

See also:
eyeDirection getPosASL setPosASL setPosASL2 getCameraViewDirection 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