Show / Hide Table of Contents

Interface IServerPlugin

Base interface for all server plugins.

Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IServerPlugin

Methods

GetCategory()

Returns the category string associated with this plugin. Used in Server UI sorting.

Declaration
string GetCategory()
Returns
Type Description
System.String

GetStatus()

Returns the current status string for displaying in the Server's console.

Declaration
string GetStatus()
Returns
Type Description
System.String

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
☀
☾