‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Engines.IFactoryEngine Interface Reference

‪Engine interface to create a ModEventEntityStruct in entitiesDB when Emit() is called. More...

Inheritance diagram for TechbloxModdingAPI.Engines.IFactoryEngine:
TechbloxModdingAPI.Engines.IApiEngine TechbloxModdingAPI.App.GameMenuEngine TechbloxModdingAPI.Blocks.Engines.BlueprintEngine TechbloxModdingAPI.Blocks.Engines.SignalEngine

Properties

IEntityFactory Factory [set]
 ‪The EntityFactory for the entitiesDB. Use this to create a ModEventEntityStruct when Emit() is called. 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 create a ModEventEntityStruct in entitiesDB when Emit() is called.

Property Documentation

◆ Factory

IEntityFactory TechbloxModdingAPI.Engines.IFactoryEngine.Factory
set

‪The EntityFactory for the entitiesDB. Use this to create a ModEventEntityStruct when Emit() is called.

◆ 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: