posWorldToScreen: 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'' posWorldToScreen ''position'''''</h2>
 
<h2 style="color:#000066">''map'' ''''' posWorldToScreen''''' ''position''</h2>




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


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


position: [[Array]]
'''position:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 25: Line 23:


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

Revision as of 18:19, 1 July 2006


map posWorldToScreen position


Operand types:

map: Control

position: Array

Type of returned value:

Array

Compatibility:

Version 2.54 required.

Description:

Convert world coordinates to screen coordinates in map.