VoidExpanse/scope-debug
Debug scope
Used only for mod debugging purposes.
Visibility: Global.
| Wait | ||
|---|---|---|
| Arguments | Returns | Example |
|
void |
config.Wait(1000); //wait for 1 second |
| Description | ||
|
Makes main thread to wait for specified time in milliseconds. | ||