Namespace Elegy.ConsoleSystem.Commands
Namespaces
Classes
- ConVarRegistry
Provides utilities for static ConVars and ConCommands.
- ConsoleCommand
Console command.
- HelperManager
Manages instances of IConsoleArgumentHelper.
Delegates
- ConsoleCommand.AutocompleteMethod
Called when the user has typed this command's Name but is probably missing parameters. Provides autocomplete suggestions.
- ConsoleCommand.CommandMethod
Called when the console command is invoked.
- ConsoleCommand.ValidateMethod
Called for every keystroke when the command's arguments are typed out. Provides feedback as to whether the input is correct.