CommandInfo

Namespace: uModPlugins

Assembly: uMod.Core.dll

Inheritance ObjectPolicyValidator CommandInfo

Implements IPolicyValidator, ICommandInfo

Constructors

Name

Summary

CommandInfo (ICommandDefinition, CommandCallback)

Create a new instance of the CommandInfo class

CommandInfo (ICommandDefinition, CommandCallback, String, IDictionary<String, String>, IDictionary<String, String>)

Create a new instance of the CommandInfo class

CommandInfo (ICommandDefinition, CommandCallback, String[], IDictionary<String, String>, IDictionary<String, String>)

Create a new instance of the CommandInfo class

CommandInfo (ICommandDefinition, CommandCallback, IEnumerable<IPolicy>, IDictionary<String, String>, IDictionary<String, String>)

Create a new instance of the CommandInfo class

Properties

Name

Summary

Callback

Command callback

Definition

Command definition

Descriptions

Command description strings

Help

Command help strings

Methods

Name

Summary

GetDescription (String)

Gets command description for the specified language (default: en)

GetHelp (String)

Gets command help for the specified language (default: en)