getPosASLW: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|0.50 | |0.50 | ||
|arg= global | |arg= global | ||
|gr1= Positions | |gr1= Positions | ||
| Returns the object position height above sea surface (waves included). | | Returns the object position height above sea surface (waves included). | ||
| '''getPosASLW''' obj | | '''getPosASLW''' obj | ||
|p1= obj: [[Object]] | |p1= obj: [[Object]] | ||
| [[Array]] - [[PositionASLW]] | | [[Array]] - [[PositionASLW]] | ||
|x1= <code>_pos = [[getPosASLW]] _diver; | |x1= <code>_pos = [[getPosASLW]] _diver; | ||
</code> | </code> | ||
| [[setPosASLW]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[visiblePosition]], [[visiblePositionASL]] | | [[setPosASLW]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[visiblePosition]], [[visiblePositionASL]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 00:42, 18 January 2021
Description
- Description:
- Returns the object position height above sea surface (waves included).
- Groups:
- Positions
Syntax
- Syntax:
- getPosASLW obj
- Parameters:
- obj: Object
- Return Value:
- Array - PositionASLW
Examples
- Example 1:
_pos = getPosASLW _diver;
Additional Information
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