Click or drag to resize
DigitalRuneConsoleCommandInterpreterCommands Property
Gets the commands.

Namespace: DigitalRune.Game.UI.Consoles
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public NamedObjectCollection<ConsoleCommand> Commands { get; }

Property Value

Type: NamedObjectCollectionConsoleCommand
The commands.
Remarks
New custom commands can be added. If the commands throw exceptions, the exceptions are caught and displayed in the console.
See Also