map ctrlMapScreenToWorld [x, y]

Operand types

map: Control
[x, y]: Array

Type of returned value

Description

Convert the screen coordinates of map to world coordinates.

Used In

ArmA

Example

Example 1:
_WorldCoord = _MapControl ctrlMapScreenToWorld _ScreenCoord

Example 2:
_WorldCoord = _MapControl ctrlMapScreenToWorld [_x, _y]
Search OFPEC COMREF