setMarkerPos: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<h2 style="color:#000066">''''' | <h2 style="color:#000066">'''''markerName'' setMarkerPos ''pos'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
''' | '''markerName:''' [[String]] | ||
'''pos:''' [[Array]] | '''pos:''' [[Array]] | ||
Line 20: | Line 20: | ||
'''Description:''' | '''Description:''' | ||
Moves the marker.<br> | |||
'''Pos''' format is [[Position2D]]. | '''Pos''' format is [[Position2D]]. | ||
Revision as of 20:24, 4 July 2006
markerName setMarkerPos pos
Operand types:
markerName: String
pos: Array
Type of returned value:
Description:
Moves the marker.
Pos format is Position2D.
Example:
"MarkerOne" setMarkerPos getMarkerPos "MarkerTwo"