User Tools

Site Tools


crpl:docs:queuemove

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
crpl:docs:queuemove [2013/01/18 01:31] grauniadcrpl:docs:queuemove [2020/05/30 12:12] – Added maximum speed Sanian
Line 4: Line 4:
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-|X,Y coordinate to move to and the speed| |''x1 y1 n1 -- ''|+|X, Yspeed| |''x1 y1 n1 -- ''|
  
  
 === Description === === Description ===
-X and Y are map coordinates and the speed is in pixels per second.  +X and Y are map coordinates and the speed is in pixels per frame (1 second = 30 frames).  
-Queued movements go into a queue and are processed one at a time.+Queued movements go into a queue and are processed one at a time. The maximum speed is 12, providing any value higher than 12 will not make it go any faster.
 === Examples === === Examples ===
-<code>example goes here</code> +<code prpl># Picks a random unit then goes there at 4 pixels per frame.  
 +# Once it has arrived, it picks another random unit and moves there at one pixel per frame. 
 +RandUnitCoords 4 QueueMove 
 +RandUnitCoords 1 QueueMove</code> 
crpl/docs/queuemove.txt · Last modified: 2021/02/05 11:43 by Karsten75