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

‪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...

Inheritance diagram for TechbloxModdingAPI.Commands.ICustomCommandEngine:
TechbloxModdingAPI.Engines.IApiEngine TechbloxModdingAPI.Commands.SimpleCustomCommandEngine< A, B, C > TechbloxModdingAPI.Commands.SimpleCustomCommandEngine< A, B, C > TechbloxModdingAPI.Commands.SimpleCustomCommandEngine< A, B, C > TechbloxModdingAPI.Commands.SimpleCustomCommandEngine< A, B, C >

Properties

string Description [get]
 ‪The command's description, shown in command help messages More...
 
bool isRemovable [get]
 ‪Whether the emitter can be removed with Manager.RemoveEventEmitter(name) More...
 
string Name [get]
 ‪The name of the engine More...
 

Detailed Description

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.

Property Documentation

◆ Description

string TechbloxModdingAPI.Commands.ICustomCommandEngine.Description
get

‪The command's description, shown in command help messages

◆ isRemovable

bool TechbloxModdingAPI.Engines.IApiEngine.isRemovable
getinherited

‪Whether the emitter can be removed with Manager.RemoveEventEmitter(name)

◆ Name

string TechbloxModdingAPI.Engines.IApiEngine.Name
getinherited

‪The name of the engine


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