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 - " +" to " ") |
||
Line 18: | Line 18: | ||
| [[Array]] - screen coordinates in format [x, y] | | [[Array]] - screen coordinates in format [x, y] | ||
|x1= <code>_screenCoord = _control [[posWorldToScreen]] _worldCoord;</code> | |x1= <code>_screenCoord = _control [[posWorldToScreen]] _worldCoord;</code> | ||
Line 25: | Line 24: | ||
|seealso= [[posScreenToWorld]], [[ctrlMapWorldToScreen]] | |seealso= [[posScreenToWorld]], [[ctrlMapWorldToScreen]] | ||
}} | }} | ||
{{GameCategory|arma1|Scripting Commands}} | {{GameCategory|arma1|Scripting Commands}} |
Revision as of 23:39, 10 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:
- Return value needed
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