Enum FlyTextKind
Enum of FlyTextKind values.
Assembly: Dalamud.dll
View Source
Declaration
public enum FlyTextKind
Fields
AutoAttackOrDot
Val1 in serif font, Text2 in sans-serif as subtitle.
View Source
Declaration
AutoAttackOrDot = 0
AutoAttackOrDotDh
Val1 in serif font, Text2 in sans-serif as subtitle. Does a bounce effect on appearance.
View Source
Declaration
AutoAttackOrDotDh = 1
AutoAttackOrDotCrit
Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle. Does a bigger bounce effect on appearance.
View Source
Declaration
AutoAttackOrDotCrit = 2
AutoAttackOrDotCritDh
Val1 in even larger serif font with 2 exclamations, Text2 in sans-serif as subtitle. Does a large bounce effect on appearance. Does not scroll up or down the screen.
View Source
Declaration
AutoAttackOrDotCritDh = 3
Damage
Val1 in serif font, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1.
View Source
Declaration
Damage = 4
DamageDh
Val1 in serif font, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1. Does a bounce effect on appearance.