User Tools

Site Tools


prpl:gettimer3

This is an old revision of the document!


<- PRPL reference <- Timers

GetTimer3

ArgumentsResultNotation
[ - ]

Description

Gets the current value of timer 3. Timers are set to some value, and then decrease by 1 each game frame (even if the core is in a Delay).

Examples

if (GetTimer3 eq0) 
	trace(GetUpdateCount) 
	SetTimer3(30) 
endif 
prpl/gettimer3.1480721630.txt.gz · Last modified: 2025/02/14 14:56 (external edit)