Table of Contents

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

TranslationList

Name

Flag name without the dash.

public string Name { get; set; }

Property Value

string

Remarks

Example: -e would be "e".

Permission

The permission needed to use the flag.

public PermissionLeaf Permission { get; set; }

Property Value

PermissionLeaf