CommandHandler

Namespace: uModCommand

Assembly: uMod.Core.dll

Inheritance Object CommandHandler

Implements ICommandHandler

Summary

Represents a generic chat command handler

Constructors

Name

Summary

CommandHandler (PluginProvider, CommandCallback, Func<String, Boolean>)

Create a new instance of the CommandHandler class

CommandHandler (IPluginProvider)

Create a new instance of the CommandHandler class

Properties

Name

Summary

Callback

Gets or sets the game-specific command callback

CommandFilter

Gets or sets the universal command filter

Methods

Name

Summary

HandleChatMessage (IPlayer, String, Object[])

Handles a chat command from the specified player

HandleConsoleMessage (IPlayer, String, Object[])

Handle console input from the specified player