setPosASLW: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "PositionASLW" to "PositionASLW")
Line 10: Line 10:
|gr1= Positions
|gr1= Positions


|descr= Sets the object position above sea surface. The pos array uses the [[PositionASLW]] format.
|descr= Sets the object position above sea surface. The pos array uses the [[Position#PositionASLW|PositionASLW]] format.


|s1= obj [[setPosASLW]] pos
|s1= obj [[setPosASLW]] pos
Line 16: Line 16:
|p1= obj: [[Object]]
|p1= obj: [[Object]]


|p2= pos: [[Array]] - format [[PositionASLW]]
|p2= pos: [[Array]] - format [[Position#PositionASLW|PositionASLW]]


|r1= [[Nothing]]
|r1= [[Nothing]]

Revision as of 18:01, 5 January 2022

Hover & click on the images for description

Description

Description:
Sets the object position above sea surface. The pos array uses the PositionASLW format.
Groups:
Positions

Syntax

Syntax:
obj setPosASLW pos
Parameters:
obj: Object
pos: Array - format PositionASLW
Return Value:
Nothing

Examples

Example 1:
_diver setPosASLW [(position _diver) select 0, (position _diver) select 1, -10];

Additional Information

See also:
getPosASLWsetPosASLsetPosATLsetPossetPosWorld

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