Models/CommandModels
BaseCommand
Represents a "fivepd" command.
Properties
Name
Gets the name of the command.
Type: string
Function
Gets the method which will be invoked upon entering the command.
Type: Action<int, List<object>>
CanBeInvoked
Gets the method which determines whether the command's function can be invoked or not.
Type: Func<bool>