eyePos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(format)
mNo edit summary
 
(44 intermediate revisions by 3 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|= Arguments in MP
____________________________________________________________________________________________


| Returns the object's eyes / main turret position. |= Description
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| '''eyePos''' object |= Syntax
|game3= arma3
|version3= 0.50


|p1= object: [[Object]] |= Parameter 1
|arg= global


| [[Array]] - format [[PositionASL]] |= Return value
|gr1= Positions
____________________________________________________________________________________________
 
|x1= <code>'''eyePos''' [[player]]</code> |= Example 1
____________________________________________________________________________________________


| [[eyeDirection]], [[getPosASL]], [[setPosASL]], [[setPosASL2]], [[getCameraViewDirection]], [[positionCameraToWorld]] |= See also
|descr= Returns the object's eyes / main turret position.


}}
|s1= [[eyePos]] object


<h3 style="display:none">Notes</h3>
|p1= object: [[Object]]
<dl class="command_description">
<!-- Note Section BEGIN -->


|r1= [[Array]] format [[Position#PositionASL|PositionASL]]


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


<!-- Note Section END -->
|seealso= [[eyeDirection]] [[getPosASL]] [[setPosASL]] [[setPosASL2]] [[getCameraViewDirection]] [[positionCameraToWorld]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[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