screenToWorld (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.22
Description
- Description:
- Returns the position on landscape (in world coordinates) corresponding to the given point on screen (in UI coordinates).
Syntax
- Syntax:
- screenToWorld position
- Parameters:
- position: Position2D - 2D screen position (upper left=[0,0], lower right=[1,1])
- Return Value:
- Position3D - returned height is always 0
Examples
- Example 1:
_wPos = screenToWorld [0.5,0.5]
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- worldToScreen

