This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:settimer3 [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:settimer3 [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | | | [ - ] | | + | | int | | [ int - ] | |
=== Description === | === Description === | ||
- | TODO | + | Sets the current value of timer 3. Timers are set to some value, and the decrease by 1 each game frame (even if the core is in a Delay). |
=== Examples === | === Examples === | ||
- | < | + | < |
trace(GetUpdateCount) | trace(GetUpdateCount) | ||
SetTimer3(30) | SetTimer3(30) |