Difference between revisions of "getPosATLVisual"
Jump to navigation
Jump to search
killzone_kid (talk | contribs) (see also) |
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|= | + | {{Command|Comments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | arma3 | | + | | arma3 |Game name= |
− | |1.32| | + | |1.32|Game version= |
− | |arg= global|= | + | |arg= global|Multiplayer Arguments= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 19:29, 31 August 2019
Hover & click on the images for descriptions
Description
- Description:
- Returns an object's rendered 3D position ATL (z value above ground) in render time scope.
Syntax
- Syntax:
- getPosATLVisual object
- Parameters:
- object: Object: - name of the object
- Return Value:
- Array - format PositionATL
Examples
- Example 1:
-
_playerRenderedPosATL = getPosATLVisual player;
Additional Information
- See also:
- getPosVisualgetPosASLVisualgetPosWorldVisualvisiblePositionASLvisiblePositionpositiongetPosgetPosATLgetPosASLgetPosASLW
- Groups:
- Uncategorised