‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Engines.IReactionaryEngine< T > Interface Template Reference

‪Engine interface to handle ModEventEntityStruct events emitted by IEventEmitterEngines. More...

Inheritance diagram for TechbloxModdingAPI.Engines.IReactionaryEngine< T >:
TechbloxModdingAPI.Engines.IApiEngine

Properties

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 ModEventEntityStruct events emitted by IEventEmitterEngines.

Type Constraints
T :unmanaged 
T :IEntityComponent 

Property Documentation

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