‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Utility.DebugInterfaceEngine Class Reference
Inheritance diagram for TechbloxModdingAPI.Utility.DebugInterfaceEngine:
TechbloxModdingAPI.Engines.IApiEngine

Public Member Functions

void Dispose ()
 
void Ready ()
 
void SetInfo (string id, Func< string > contentGetter)
 

Properties

EntitiesDB entitiesDB [get, set]
 
bool isRemovable [get]
 ‪Whether the emitter can be removed with Manager.RemoveEventEmitter(name) More...
 
string Name [get]
 ‪The name of the engine More...
 

Member Function Documentation

◆ Dispose()

void TechbloxModdingAPI.Utility.DebugInterfaceEngine.Dispose ( )
inline

◆ Ready()

void TechbloxModdingAPI.Utility.DebugInterfaceEngine.Ready ( )
inline

◆ SetInfo()

void TechbloxModdingAPI.Utility.DebugInterfaceEngine.SetInfo ( string  id,
Func< string >  contentGetter 
)
inline

Property Documentation

◆ entitiesDB

EntitiesDB TechbloxModdingAPI.Utility.DebugInterfaceEngine.entitiesDB
getset

◆ 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 class was generated from the following file: