posWorldToScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
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 00:39, 11 June 2021

Hover & click on the images for description

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