Class ModManager
Tracks registered mods in the server.
Inheritance
System.Object
ModManager
Namespace: Eco.Core.Systems.Mods
Assembly: Eco.Core.dll
Syntax
public class ModManager : Object, IController, IViewController, IHasUniversalID
Constructors
ModManager()
Declaration
public ModManager()
Properties
AllMods
Declaration
public IEnumerable<ModRegistration> AllMods { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ModRegistration> |
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
RegisterMods(IEnumerable<ModRegistration>)
Declaration
public void RegisterMods(IEnumerable<ModRegistration> mods)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<ModRegistration> | mods |