VoidExpanse/scope-debug

From AtomicTorchWiki


Debug scope

Used only for mod debugging purposes.

Visibility: Global.


Wait
Arguments Returns Example
  • int: time_ms

void

config.Wait(1000); //wait for 1 second
Description

Makes main thread to wait for specified time in milliseconds.