User Tools

Site Tools


crpl:docs:abortmove

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
crpl:docs:abortmove [2015/04/07 01:57] – [AbortMove] Telanircrpl:docs:abortmove [2021/02/05 11:22] (current) Karsten75
Line 1: Line 1:
-~~DISCUSSION~~ 
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#movement_commands|Movement Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#movement_commands|Movement Commands]]
 =====  AbortMove  ===== =====  AbortMove  =====
Line 13: Line 12:
 <code>#Here we queue a move to (20, 20) at speed 1. <code>#Here we queue a move to (20, 20) at speed 1.
 20 20 1 QueueMove 20 20 1 QueueMove
 +
 #Then we queue another move after for (10, 10) at speed 2 #Then we queue another move after for (10, 10) at speed 2
 10 10 2 QueueMove 10 10 2 QueueMove
 +
 #We abort the CURRENT movement, therefore after, the CRPLCore will move to (10, 10) at speed 2. #We abort the CURRENT movement, therefore after, the CRPLCore will move to (10, 10) at speed 2.
 AbortMove AbortMove
 </code>  </code> 
  
crpl/docs/abortmove.1428386234.txt.gz · Last modified: 2015/04/07 01:57 by Telanir