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 |