User Tools

Site Tools


crpl:docs:abortmove

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:abortmove [2013/01/14 13:59] – created chanicrpl:docs:abortmove [2021/02/05 11:22] (current) Karsten75
Line 1: Line 1:
-TODO+<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#movement_commands|Movement Commands]] 
 +=====  AbortMove  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +| | |''-- ''
 + 
 + 
 +=== Description === 
 +Aborts the current unit movement, if any.  
 +Makes the next queued movement the current movement. 
 +=== Examples === 
 +<code>#Here we queue a move to (20, 20) at speed 1. 
 +20 20 1 QueueMove 
 + 
 +#Then we queue another move after for (10, 10) at speed 2 
 +10 10 2 QueueMove 
 + 
 +#We abort the CURRENT movement, therefore after, the CRPLCore will move to (10, 10) at speed 2. 
 +AbortMove 
 +</code>  
crpl/docs/abortmove.1358189968.txt.gz · Last modified: 2014/10/01 15:02 (external edit)