supertux
|
This class keeps a list of squirrel threads that are scheduled for a certain time. More...
#include <squirrel_scheduler.hpp>
Public Member Functions | |
SquirrelScheduler (ssq::VM &vm) | |
void | update (float time) |
time must be absolute time, not relative updates, i.e. More... | |
SQInteger | schedule_thread (HSQUIRRELVM vm, float time, bool skippable) |
This class keeps a list of squirrel threads that are scheduled for a certain time.
(the typical result of a wait() command in a squirrel script)
void SquirrelScheduler::update | ( | float | time | ) |
time must be absolute time, not relative updates, i.e.
g_game_time