Difference between revisions of "ICommandRegistry"

From Nomad DB
(Created page with "Interface for Console Commands for the Ingame Console. == Methods == * ICommandRegistry:SetDescription *...")
 
Line 1: Line 1:
 
Interface for [[WD2 ScriptHook: Console Commands|Console Commands]] for the [[WD2 ScriptHook: Console|Ingame Console]].
 
Interface for [[WD2 ScriptHook: Console Commands|Console Commands]] for the [[WD2 ScriptHook: Console|Ingame Console]].
 +
 +
'''A full example for a custom command can be found [[ICommandRegistry:AddArgument|here]].'''
  
 
== Methods ==
 
== Methods ==

Revision as of 13:56, 15 April 2020

Interface for Console Commands for the Ingame Console.

A full example for a custom command can be found here.

Methods

Types

Related Pages