setPosASL
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Sets the object position above sea level. The pos array uses the PositionASL format.
Syntax
- Syntax:
- Object setPosASL PositionASL
- Parameters:
- Object
- PositionASL: (Array)
- Return Value:
- Nothing
Examples
- Example 1:
player setPosASL [ getPosASL player select 0, (getPosASL player select 1) + 10, getPosASL player select 2]
Additional Information
- Multiplayer:
- Behaviour unknown.

