Wait
DocsWait(ms)Description
Pauses execution of the current script, please note this behavior is only seen when called from one of the game script files(ysc). In order to wait an asi script use "static void WAIT(DWORD time);" found in main.h
Parameters
| Name | Type | Description |
|---|---|---|
ms | int | — |
Returns
voidThis native does not return a value.