Interface ICommandablePlugin
Displays menu item for the plugin.
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface ICommandablePlugin : IServerPlugin
Methods
GetCommands(Dictionary<String, Action>)
Declaration
void GetCommands(Dictionary<string, Action> nameToFunction)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Action> | nameToFunction |