eyePos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
mNo edit summary
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command
 
|game1= arma2oa
|version1= 1.62
 
|game2= tkoh
|version2= 1.00
 
|game3= arma3
|version3= 0.50


| arma2oa
|1.62
|arg= global
|arg= global


|gr1= Positions
|gr1= Positions


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


| '''eyePos''' object
|s1= [[eyePos]] object


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


| [[Array]] - format [[PositionASL]]
|r1= [[Array]] format [[Position#PositionASL|PositionASL]]
 
|x1= <code>'''eyePos''' [[player]]</code>


| [[eyeDirection]], [[getPosASL]], [[setPosASL]], [[setPosASL2]], [[getCameraViewDirection]], [[positionCameraToWorld]]
|x1= <sqf>_eyesPos = eyePos player;</sqf>


|seealso= [[eyeDirection]] [[getPosASL]] [[setPosASL]] [[setPosASL2]] [[getCameraViewDirection]] [[positionCameraToWorld]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
[[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