screenToWorld: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma2 * * *\| *([0-1]\.[0-9]{2}) * \|game2" to "|game1= arma2 |version1= $1 |game2") |
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory\|[a-z]+[0-9]?\|Scripting Commands\}\}" to "") |
||
Line 27: | Line 27: | ||
|seealso= [[SafeZone]], [[worldToScreen]] | |seealso= [[SafeZone]], [[worldToScreen]] | ||
}} | }} | ||
Revision as of 22:46, 16 June 2021
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 - Screen position [x,y] (see SafeZone for more info)
- Return Value:
- Array - PositionAGL, world position on surface [x,y,0]
Examples
- Example 1:
_wPos = screenToWorld [0.5,0.5];
Additional Information
- See also:
- SafeZoneworldToScreen
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note