From edf33b8a5bab51115062626a6fb6a0320b3694ba Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 8 Nov 2008 08:26:24 +0000 Subject: removed the output directory for the docs. shouldn't be in here --- docs/output/index/Functions5.html | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 docs/output/index/Functions5.html (limited to 'docs/output/index/Functions5.html') diff --git a/docs/output/index/Functions5.html b/docs/output/index/Functions5.html deleted file mode 100644 index 4200ebe5..00000000 --- a/docs/output/index/Functions5.html +++ /dev/null @@ -1,34 +0,0 @@ - - -Function Index - - - - - - - - - -
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
- - - \ No newline at end of file -- cgit 1.4.1