ScriptHook: Console

From Nomad DB
Revision as of 12:26, 15 April 2020 by Jan (talk | contribs) (Created page with "The Ingame Console can be opened using F1, unless you modify config.json to change the Key binding. It can be used to manage script loading/unl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Ingame Console can be opened using F1, unless you modify config.json to change the Key binding. It can be used to manage script loading/unloading and is extended by custom Console Commands from Scripts.

Wd2sh console.jpeg

Built-in Commands

The [script] parameter refers to the Script's directory name below data/scripts.

load [script]

Loads a Script by name.

unload [script]

Unloads a Script.

reload [script]

Reloads a Script.

Related Pages