Skip to main content

Enum Song

BRD Song types.

Assembly: Dalamud.dll
View Source
Declaration
public enum Song : byte

Fields

NONE

No song is active type.

View Source
Declaration
NONE = 0

MAGE

Mage's Ballad type.

View Source
Declaration
MAGE = 1

ARMY

Army's Paeon type.

View Source
Declaration
ARMY = 2

WANDERER

The Wanderer's Minuet type.

View Source
Declaration
WANDERER = 3

Extension Methods