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'''.") |
|||
(One intermediate revision by the same user not shown) | |||
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.