class Scheduler
- Scheduler
- Reference
- Object
Defined in:
cryboy/scheduler.crInstance Method Summary
- #<<(event : Event) : Nil
- #call_current : Nil
- #clear(type : EventType) : Nil
- #schedule(cycles : Int, type : EventType, proc : Proc(Void)) : Nil
- #schedule(cycles : Int, type : EventType, &block : -> )
-
#speed_mode=(speed : UInt8) : Nil
Set the current speed to 1x (0) or 2x (1)
- #tick(cycles : Int) : Nil