ctrlMapWorldToScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (typo)
m (made syntax more consistent)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Position2D]] <nowiki>=</nowiki> '''ctrlMapWorldToScreen''' [[Control]] |= Syntax
| '''ctrlMapWorldToScreen''' map |= Syntax


|p1= [[Control]] |= Parameter 1
|p1= map: [[Control]] |= Parameter 1


| [[Position2D]]: [[Array]] |= Return value
| [[Position2D]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 17:30, 24 September 2008

-wrong parameter ("Arma") defined!-1.05
Hover & click on the images for description

Description

Description:
Transfers a map control world position to screen coordinates.
Groups:
Uncategorised

Syntax

Syntax:
ctrlMapWorldToScreen map
Parameters:
map: Control
Return Value:
Position2D

Examples

Example 1:
_posn2d=ctrlMapWorldToScreen _control1

Additional Information

See also:
See also needed

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

Notes

Bottom Section