Difference between revisions of "ICommandRegistry"

From Nomad DB
(Created page with "Interface for Console Commands for the Ingame Console. == Methods == * ICommandRegistry:SetDescription *...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Interface for [[WD2 ScriptHook: Console Commands|Console Commands]] for the [[WD2 ScriptHook: Console|Ingame Console]].
+
Interface for [[ScriptHook: Console Commands|Console Commands]] for the [[ScriptHook: Console|Ingame Console]].
 +
 
 +
'''A full example for a custom command can be found [[ICommandRegistry:AddArgument|here]].'''
  
 
== Methods ==
 
== Methods ==
Line 9: Line 11:
  
 
== Related Pages ==
 
== Related Pages ==
* [[WD2 ScriptHook: Console Commands]]
+
* [[ScriptHook: Console Commands]]
  
[[Category:WD2 ScriptHook Lua]]
+
[[Category:ScriptHook Lua]]

Latest revision as of 12:58, 6 October 2020

Interface for Console Commands for the Ingame Console.

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

Methods

Types

Related Pages