Class CommandMetadata.FlagMetadata
- Namespace
- Uncreated.Warfare.Interaction.Commands
- Assembly
- Uncreated.Warfare.dll
public class CommandMetadata.FlagMetadata : ICommandFlagDescriptor
- Inheritance
-
CommandMetadata.FlagMetadata
- Implements
- Inherited Members
Properties
Description
General description of what the flag does.
public TranslationList Description { get; set; }
Property Value
Name
Flag name without the dash.
public string Name { get; set; }
Property Value
Remarks
Example: -e would be "e".
Permission
The permission needed to use the flag.
public PermissionLeaf Permission { get; set; }