From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Returns the position on landscape (PositionAGL) corresponding to the given point on screen (in UI coordinates).
- Groups:
- Positions
Syntax
- Syntax:
- screenToWorld screen
- Parameters:
- screen: Array with [x, y] - screen position, see SafeZone for more information
- Return Value:
- PositionAGL, world position on surface [x, y, 0]
- Syntax:
- camera screenToWorld position
- Parameters:
- camera: Object - camera object
- screen: Array with [x, y] - screen position, see SafeZone for more information
- Return Value:
- PositionAGL, world position on surface [x,y,0]
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- SafeZone worldToScreen screenToWorldDirection
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here!
Add Note