Class SteamworksMod
A mod loaded via the Steam Workshop. This is usually returned by
Inheritance
System.Object
SteamworksMod
Implements
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class SteamworksMod : object, IMannequinMod
Properties
ModSource
The source of this mod.
Declaration
public EModSource ModSource { get; }
Property Value
Type | Description |
---|---|
EModSource |
Methods
Send(Script, Object)
Send an object to this Mod. It can be received by binding to the Receive#modID Event.
Declaration
public void Send(Script sc, object obj)
Parameters
Type | Name | Description |
---|---|---|
Script | sc | (ignore - auto) |
System.Object | obj | The object to send |