Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
FontColor.cs File Reference

Go to the source code of this file.

Enumerations

enum  FontColor {
  DontChange = 0 , Default = 1 , Header = 2 , Topic = 3 ,
  Passive = 4 , Good = 5 , Bad = 6 , Flavor = 7 ,
  ItemName = 8 , Interaction = 9 , HeaderDark = 10 , HeaderMenu = 11 ,
  Warning = 12 , Great = 13 , Util = 14 , Topic2 = 15 ,
  Gray = 16 , Button = 20 , ButtonGeneral = 21 , ButtonSelectable = 22 ,
  ButtonBig = 23 , ButtonBottom = 24 , ButtonGrid = 25 , ButtonSide = 26 ,
  ButtonGrid2 = 27 , ButtonGrid3 = 28 , Dropdown = 30 , Tab = 31 ,
  Title = 40 , News = 41 , MsgDefault = 100 , Tag = 101 ,
  Charge = 102 , QuestObjective = 103 , Myth = 104 , FoodQuality = 105 ,
  FoodMisc = 106 , Ether = 200 , Ignore = 999
}
 

Enumeration Type Documentation

◆ FontColor

enum FontColor
Enumerator
DontChange 
Default 
Header 
Topic 
Passive 
Good 
Bad 
Flavor 
ItemName 
Interaction 
HeaderDark 
HeaderMenu 
Warning 
Great 
Util 
Topic2 
Gray 
Button 
ButtonGeneral 
ButtonSelectable 
ButtonBig 
ButtonBottom 
ButtonGrid 
ButtonSide 
ButtonGrid2 
ButtonGrid3 
Dropdown 
Tab 
Title 
News 
MsgDefault 
Tag 
Charge 
QuestObjective 
Myth 
FoodQuality 
FoodMisc 
Ether 
Ignore 

Definition at line 1 of file FontColor.cs.

2{
3 DontChange = 0,
4 Default = 1,
5 Header = 2,
6 Topic = 3,
7 Passive = 4,
8 Good = 5,
9 Bad = 6,
10 Flavor = 7,
11 ItemName = 8,
12 Interaction = 9,
13 HeaderDark = 10,
14 HeaderMenu = 11,
15 Warning = 12,
16 Great = 13,
17 Util = 14,
18 Topic2 = 15,
19 Gray = 16,
20 Button = 20,
21 ButtonGeneral = 21,
23 ButtonBig = 23,
24 ButtonBottom = 24,
25 ButtonGrid = 25,
26 ButtonSide = 26,
27 ButtonGrid2 = 27,
28 ButtonGrid3 = 28,
29 Dropdown = 30,
30 Tab = 31,
31 Title = 40,
32 News = 41,
33 MsgDefault = 100,
34 Tag = 101,
35 Charge = 102,
36 QuestObjective = 103,
37 Myth = 104,
38 FoodQuality = 105,
39 FoodMisc = 106,
40 Ether = 200,
41 Ignore = 999
42}
@ ButtonSelectable
@ QuestObjective
Definition: Util.cs:10