VoidExpanse/scope-debug

From AtomicTorchWiki
Revision as of 09:57, 18 February 2014 by Atomic-admin (talk | contribs) (Created page with "<noinclude> Category:VoidExpanse/api_scopes </noinclude> = Debug scope = Used only for mod debugging purposes. '''Visibility:''' Global. {{Scripting_api|Wait| * int: tim...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.