getPosASLW: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "<sqf>([^ ]+) <\/sqf>" to "<sqf>$1</sqf>")
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|0.50|= Game version
|version1= 0.50
|arg= global|Multiplayer Arguments=
|arg= global
____________________________________________________________________________________________


| Returns the object position height above sea surface (waves included).  |DESCRIPTION=
|gr1= Positions
____________________________________________________________________________________________


| '''getPosASLW''' obj |SYNTAX=
|descr= Returns the object position height above water surface (waves and pond objects included).


|p1= obj: [[Object]] |PARAMETER1=
|s1= [[getPosASLW]] obj


| [[Array]] - [[PositionASLW]] |RETURNVALUE=
|p1= obj: [[Object]]


|r1= [[Array]] - [[Position#PositionASLW|PositionASLW]]


|x1= <code>_pos = [[getPosASLW]] _diver;
|x1= <sqf>_pos = getPosASLW _diver;</sqf>
</code>|EXAMPLE1=


____________________________________________________________________________________________
|seealso= [[setPosASLW]] [[position]] [[getPos]] [[getPosATL]] [[getPosASL]] [[visiblePosition]] [[visiblePositionASL]]
 
| [[setPosASLW]], [[position]], [[getPos]], [[getPosATL]], [[getPosASL]], [[visiblePosition]], [[visiblePositionASL]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:04, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns the object position height above water surface (waves and pond objects included).
Groups:
Positions

Syntax

Syntax:
getPosASLW obj
Parameters:
obj: Object
Return Value:
Array - PositionASLW

Examples

Example 1:
_pos = getPosASLW _diver;

Additional Information

See also:
setPosASLW position getPos getPosATL getPosASL visiblePosition visiblePositionASL

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