VoidExpanse/scope-debug

From AtomicTorchWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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.