Difference between revisions of "Wait (call target)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{Call|id=0x0000|return=|name=wait|args=int time}} | + | {{Call|id=0x0000|return=|name=wait|args=int time|act=}} |
Waits for a specified time, letting other threads execute. '''One unit of time equals 100ms'''. | Waits for a specified time, letting other threads execute. '''One unit of time equals 100ms'''. |
Latest revision as of 08:55, 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.