Interface IResoniteMonkey
- Namespace
- MonkeyLoader.Resonite
- Assembly
- MonkeyLoader.Resonite.Integration.dll
The interface for Resonite monkeys.
public interface IResoniteMonkey : IMonkey, IRun, IShutdown, IComparable<IMonkey>, INestedIdentifiable<Mod>, INestedIdentifiable, IIdentifiable, IAuthorable
- Inherited Members
- Extension Methods
Properties
EngineInitFailed
Gets whether this ResoniteMonkey failed when OnEngineReady() was called.
bool EngineInitFailed { get; }
Property Value
EngineInitRan
Gets whether this ResoniteMonkey's OnEngineInit() method has been called.
bool EngineInitRan { get; }
Property Value
EngineReadyFailed
Gets whether this ResoniteMonkey failed when OnEngineReady() was called.
bool EngineReadyFailed { get; }
Property Value
EngineReadyRan
Gets whether this ResoniteMonkey's OnEngineReady() method has been called.
bool EngineReadyRan { get; }