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'''.") |
|||
Line 1: | Line 1: | ||
{{Call|id=0x0000|return=|name=wait|args=int time}} | {{Call|id=0x0000|return=|name=wait|args=int time}} | ||
− | |||
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'''. |
Revision as of 08:41, 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.