Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TraceLoggingDataType.cs
Go to the documentation of this file.
2
4{
5 Nil = 0,
6 Utf16String = 1,
7 MbcsString = 2,
8 Int8 = 3,
9 UInt8 = 4,
10 Int16 = 5,
11 UInt16 = 6,
12 Int32 = 7,
13 UInt32 = 8,
14 Int64 = 9,
15 UInt64 = 10,
16 Float = 11,
17 Double = 12,
18 Boolean32 = 13,
19 Binary = 14,
20 Guid = 15,
21 FileTime = 17,
22 SystemTime = 18,
23 HexInt32 = 20,
24 HexInt64 = 21,
27 Struct = 24,
28 Char16 = 518,
29 Char8 = 516,
30 Boolean8 = 772,
31 HexInt8 = 1028,
32 HexInt16 = 1030,
33 Utf16Xml = 2817,
34 MbcsXml = 2818,
35 CountedUtf16Xml = 2838,
36 CountedMbcsXml = 2839,
37 Utf16Json = 3073,
38 MbcsJson = 3074,
39 CountedUtf16Json = 3094,
40 CountedMbcsJson = 3095,
41 HResult = 3847
42}