unitAimPositionVisual
Jump to navigation
Jump to search
Description
- Description:
- Returns the position on the unit other units can aim at in render scope. See also aimPos, unitAimPosition.
- Groups:
- Object ManipulationRender Time Scope
Syntax
- Syntax:
- unitAimPositionVisual unit
- Parameters:
- unit: Object
- Return Value:
- Array - position in format PositionAGL
Examples
- Example 1:
- unitAimPositionVisual player;
Additional Information
- See also:
- unitAimPosition aimPos eyePos getPosASL weaponDirection
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
- Posted on Apr 30, 2023 - 11:44 (UTC)
- This command (along with unitAimPosition and aimPos) is unreliable when entity has objectParent, it can return its last position in the world in case of static weapon packed into backpack, or can return very outdated (lagging behind) position or even [0,0,0] on remote units inside vehicles. Be careful when using it!