ctrlMapWorldToScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Planck (Talk); changed back to last version by Kronzky)
m (Reverted edits by Kronzky (Talk); changed back to last version by Planck)
Line 14: Line 14:
|p1= map: [[Control]] |= Parameter 1
|p1= map: [[Control]] |= Parameter 1


| [[Position2D]] |= Return value
| [[Array]] ([[Position2D]] Format) |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 01:26, 25 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:
Array (Position2D Format)

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