C4 Engine
C4 Engine API Documentation

ThreadMgr::Sleep

Defined in:  C4Threads.h
Suspends the current thread for a period of time.
Prototype

static void Sleep(uint32 time);

Parameters
time The length of time to sleep, in milliseconds.
Description
The Sleep function blocks the calling thread for the length of time specified by the time parameter.
See Also

ThreadMgr::Yield