Difference between revisions of "Wait (call target)"
Jump to navigation
Jump to search
(Created page with "{{Call|id=0x0000|return=|name=wait|args=int time}} Waits for a specified time, letting other threads execute. '''One unit of time equals 100ms'''.") |
(No difference)
|
Revision as of 08:31, 23 July 2019
Signature:
void wait(int time); // id: 0x0000
Waits for a specified time, letting other threads execute. One unit of time equals 100ms.