Table of Contents

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

bool

EngineInitRan

Gets whether this ResoniteMonkey's OnEngineInit() method has been called.

bool EngineInitRan { get; }

Property Value

bool

EngineReadyFailed

Gets whether this ResoniteMonkey failed when OnEngineReady() was called.

bool EngineReadyFailed { get; }

Property Value

bool

EngineReadyRan

Gets whether this ResoniteMonkey's OnEngineReady() method has been called.

bool EngineReadyRan { get; }

Property Value

bool