‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Commands.CommandManager Class Reference

‪Keeps track of custom commands This is used to add, remove and get command engines More...

Static Public Member Functions

static void AddCommand (ICustomCommandEngine engine)
 
static bool ExistsCommand (ICustomCommandEngine engine)
 
static bool ExistsCommand (string name)
 
static ICustomCommandEngine GetCommand (string name)
 
static string[] GetCommandNames ()
 
static void RegisterEngines (EnginesRoot enginesRoot)
 
static void RemoveCommand (string name)
 

Detailed Description

Keeps track of custom commands This is used to add, remove and get command engines

Member Function Documentation

◆ AddCommand()

static void TechbloxModdingAPI.Commands.CommandManager.AddCommand ( ICustomCommandEngine  engine)
inlinestatic

◆ ExistsCommand() [1/2]

static bool TechbloxModdingAPI.Commands.CommandManager.ExistsCommand ( ICustomCommandEngine  engine)
inlinestatic

◆ ExistsCommand() [2/2]

static bool TechbloxModdingAPI.Commands.CommandManager.ExistsCommand ( string  name)
inlinestatic

◆ GetCommand()

static ICustomCommandEngine TechbloxModdingAPI.Commands.CommandManager.GetCommand ( string  name)
inlinestatic

◆ GetCommandNames()

static string [] TechbloxModdingAPI.Commands.CommandManager.GetCommandNames ( )
inlinestatic

◆ RegisterEngines()

static void TechbloxModdingAPI.Commands.CommandManager.RegisterEngines ( EnginesRoot  enginesRoot)
inlinestatic

◆ RemoveCommand()

static void TechbloxModdingAPI.Commands.CommandManager.RemoveCommand ( string  name)
inlinestatic

The documentation for this class was generated from the following file: