setMarkerPos: Difference between revisions

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




<h2 style="color:#000066">'''''marker'' setMarkerPos ''pos'''''</h2>
<h2 style="color:#000066">'''''markerName'' setMarkerPos ''pos'''''</h2>




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


'''marker:''' [[String]]
'''markerName:''' [[String]]


'''pos:''' [[Array]]
'''pos:''' [[Array]]
Line 20: Line 20:
'''Description:'''
'''Description:'''


Move marker.<br>
Moves the marker.<br>
'''Pos''' format is [[Position2D]].
'''Pos''' format is [[Position2D]].



Revision as of 21:24, 4 July 2006


markerName setMarkerPos pos


Operand types:

markerName: String

pos: Array

Type of returned value:

Nothing

Description:

Moves the marker.
Pos format is Position2D.


Example:

"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"