Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 thread_create
 thread_destoy
 thread_sleep
 thread_wait
 thread_yeild
 tick
 tick_defered, Entity
 time_freq
 time_get
 time_timestamp
void *thread_create(void (*threadfunc)(void *),
void *user)
Creates a new thread.
Destroys a thread.
void thread_sleep(int milliseconds)
Suspends the current thread for a given period.
void thread_wait(void *thread)
Waits for a thread to be done or destroyed.
Yeild the current threads execution slice.
virtual void tick()
Called progress the entity to the next tick.
void tick()
Calls tick on all the entities in the world to progress the world to the next tick.
virtual void tick_defered()
Called after all entities tick() function has been called.
int64 time_freq()
Returns the frequency of the high resolution timer.
int64 time_get()
Fetches a sample from a high resolution timer.
unsigned time_timestamp()
Retrives the current time as a UNIX timestamp
Close