User Tools

Site Tools


crpl:docs:queuemove

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:queuemove [2013/01/14 13:58] – created chanicrpl:docs:queuemove [2021/02/05 11:43] (current) – Rmoved discussion tag Karsten75
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#movement_commands|Movement Commands]] 
 +=====  QueueMove  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +|X, Y, speed| |''x1 y1 n1 -- ''
 + 
 + 
 +=== Description === 
 +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.  
 +=== Examples === 
 +<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.1358189938.txt.gz · Last modified: 2014/10/01 15:02 (external edit)