Show / Hide Table of Contents

Class ModManager

Tracks registered mods in the server.

Inheritance
System.Object
ModManager
Implements
IController
IViewController
IHasUniversalID
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

Implements

IController
IViewController
IHasUniversalID

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾