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
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'sOnEngineInit() 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'sOnEngineReady() method has been called.

bool EngineReadyRan { get; }

Property Value

bool