convertToAGL (VBS2)
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Virtual Battlespace 2
- Version:
- 1.00
Description
- Description:
- Converts the given position to height above ground level (AGL).
Syntax
- Syntax:
- convertToAGL position
- Parameters:
- position: PositionASL -
- Return Value:
- PositionAGL
Examples
- Example 1:
_agl_hgt = convertToAGL (getPosASL player)
Additional Information
- Multiplayer:
- Behaviour unknown.

