User Tools

Site Tools


prpl:settimer0

This is an old revision of the document!


<- PRPL reference <- Timers

SetTimer0

ArgumentsResultNotation
[ - ]

Description

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

Examples

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