Show / Hide Table of Contents

Interface IMannequinMod

The parent interface to all Mannequin mods.

Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public interface IMannequinMod

Properties

ModSource

The source of this mod.

Declaration
EModSource ModSource { get; }
Property Value
Type Description
EModSource

Methods

Send(Script, Object)

Send an object to this mod. It can be received using the ObjectSent event.

Declaration
void Send(Script sc, object obj)
Parameters
Type Name Description
Script sc
System.Object obj
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX