<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#timers|Timers]] ===== GetTimer2 ===== ^Arguments^Result^Notation^ | | int | [ - int ] | === Description === Gets the current value of timer 2. Timers are set to some value, and then decrease by 1 each game frame (even if the core is in a Delay). === Examples === if (GetTimer2 eq0) trace(GetUpdateCount) SetTimer2(30) endif