User Tools

Site Tools


crpl:docs:gettimer3

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:gettimer3 [2013/01/18 01:28] grauniadcrpl:docs:gettimer3 [2021/02/05 11:43] (current) – Rmoved discussion tag Karsten75
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#timers|Timers]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#timers|Timers]]
 =====  GetTimer3  ===== =====  GetTimer3  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-| |Count for timer 3 ||| FIXME ||| +| |Count for timer 3 |%% -- n1%%|
  
 === Description === === Description ===
Line 12: Line 11:
 (even if the core is in a Delay). (even if the core is in a Delay).
 === Examples === === Examples ===
-<code>example goes here</code>  +<code># Sets the creeper height to 20 on the crpl core position every 30 frames (1 second) 
 +GetTimer3 eq0 if 
 +CurrentCoords 20 SetCreeper 
 +30 SetTimer3 
 +endif</code> 
crpl/docs/gettimer3.1358490531.txt.gz · Last modified: 2014/10/01 15:02 (external edit)