posWorldToScreen: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +" to " ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[\[[a-zA-Z0-9]+\]\][^ ]+) *\|x1=" to " |r1= $1 |x1=") |
||
Line 17: | Line 17: | ||
|p2= position : [[Array]] - world position in format [[Position2D]] or [[Position3D]] | |p2= position : [[Array]] - world position in format [[Position2D]] or [[Position3D]] | ||
| [[Array]] - screen coordinates in format [x, y] | |r1= [[Array]] - screen coordinates in format [x, y] | ||
|x1= <code>_screenCoord = _control [[posWorldToScreen]] _worldCoord;</code> | |x1= <code>_screenCoord = _control [[posWorldToScreen]] _worldCoord;</code> |
Revision as of 13:22, 12 June 2021
Description
- Description:
- Description needed
- Groups:
- GUI Control - MapPositions
Syntax
- Syntax:
- Syntax needed
- Parameters:
- map : Control - map control
- position : Array - world position in format Position2D or Position3D
- Return Value:
- Array - screen coordinates in format [x, y]
Examples
- Example 1:
_screenCoord = _control posWorldToScreen _worldCoord;
- Example 2:
_screenCoord = _control posWorldToScreen position player;
Additional Information
- See also:
- posScreenToWorldctrlMapWorldToScreen
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