getOrigin (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:
- Get the current UTM origin.
Syntax
- Syntax:
- getOrigin
- Return Value:
- Array
Examples
- Example 1:
_UtmCoords = getOrigin; hint format["Easting %1 Northing %2 Zone %3, Hemisphere %4",_params select 0, _params select 1, _params select 2, _params select 3];
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes
-
This method does not return the UTM coords that are specified in the vbsClient.config.
Coordinates are only valid after they are set with setOrigin.

