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

Classes

class  CommandAlreadyBuiltException
 
class  CommandAlreadyExistsException
 
class  CommandBuilder
 ‪Custom Command builder. More...
 
class  CommandEngineFactory
 ‪UNIMPLEMENTED! Convenient factories for command engines More...
 
class  CommandException
 
class  CommandManager
 ‪Keeps track of custom commands This is used to add, remove and get command engines More...
 
class  CommandNotFoundException
 
class  CommandParameterMissingException
 
class  CommandRegistrationHelper
 ‪Convenient methods for registering commands to Techblox. All methods register to the command line and console block by default. More...
 
class  CommandRuntimeException
 
class  CustomCommands
 
class  ExistingCommands
 
interface  ICustomCommandEngine
 ‪Engine interface to handle command operations. If you are using implementing this yourself, you must manually register the command. See SimpleCustomCommandEngine's Ready() and Dispose() methods for an example of command registration. More...
 
class  SimpleCustomCommandEngine
 ‪A simple implementation of ICustomCommandEngine sufficient for most commands. This version is for commands which take 0 argument(s) More...