ctrlMapWorldToScreen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reverted edits by Kronzky (Talk); changed back to last version by Planck)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ctrlMapWorldToScreen''' map |= Syntax
| '''ctrlMapWorldToScreen''' controlName |= Syntax


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


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

Revision as of 20:11, 21 January 2009

-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 controlName
Parameters:
controlName: 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