posScreenToWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




 
<h2 style="color:#000066">'''''map'' posScreenToWorld ''[x,y]'''''</h2>
<h2 style="color:#000066">''map'' ''''' posScreenToWorld''''' ''[x,y]''</h2>




'''Operand types:'''
'''Operand types:'''


map: [[Control]]
'''map:''' [[Control]]


[x, y]: [[Array]]
'''[x, y]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 23: Line 22:
'''Description:'''
'''Description:'''


Convert screen coordinates in map to world coordinates.  
Convert screen coordinates in map to world coordinates.
 
'''Example:'''

Revision as of 18:16, 1 July 2006


map posScreenToWorld [x,y]


Operand types:

map: Control

[x, y]: Array

Type of returned value:

Array

Compatibility:

Version 2.54 required.

Description:

Convert screen coordinates in map to world coordinates.