Table of Contents

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

TranslationList

Name

Flag name without the dash.

string Name { get; }

Property Value

string

Remarks

Example: -e would be "e".

Permission

Permission required to use this flag.

PermissionLeaf Permission { get; }

Property Value

PermissionLeaf