Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NumberingSequence.cs
Go to the documentation of this file.
2
3internal enum NumberingSequence
4{
5 Nil = -1,
6 FirstDecimal = 0,
7 Arabic = 0,
8 DArabic = 1,
9 Hindi3 = 2,
10 Thai2 = 3,
11 FEDecimal = 4,
12 KorDbNum1 = 5,
13 LastNum = 5,
14 FirstAlpha = 6,
15 UCLetter = 6,
16 LCLetter = 7,
17 UCRus = 8,
18 LCRus = 9,
19 Thai1 = 10,
20 Hindi1 = 11,
21 Hindi2 = 12,
22 Aiueo = 13,
23 DAiueo = 14,
24 Iroha = 15,
25 DIroha = 16,
26 DChosung = 17,
27 Ganada = 18,
28 ArabicScript = 19,
29 LastAlpha = 19,
30 FirstSpecial = 20,
31 UCRoman = 20,
32 LCRoman = 21,
33 Hebrew = 22,
34 DbNum3 = 23,
35 ChnCmplx = 24,
36 KorDbNum3 = 25,
37 Zodiac1 = 26,
38 Zodiac2 = 27,
39 Zodiac3 = 28,
40 LastSpecial = 28
41}