Interface ICommandFlagDescriptor
- Namespace
- Uncreated.Warfare.Interaction.Commands.Syntax
- Assembly
- Uncreated.Warfare.dll
Describes a flag parameter (like '-e') for a command.
public interface ICommandFlagDescriptor
Properties
Description
Translatable description of this flag's purpose.
TranslationList? Description { get; }
Property Value
Name
Flag name without the dash.
string Name { get; }
Property Value
Remarks
Example: -e would be "e".
Permission
Permission required to use this flag.
PermissionLeaf Permission { get; }