All Classes |Grouped Classes |Index

Function pause

Pause for 'millis' milliseconds.

	static void CL_System::pause(
		int millis);

Detailed description:

This function acts as sleep, but the function "may" perform a spinlock on some operating systems to give a more accurate pause. This may have a side effect of causing 100% cpu usage. If you do not require an accurate pause, use sleep instead.