Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TraceLoggingDataType

Enumerator
Nil 
Utf16String 
MbcsString 
Int8 
UInt8 
Int16 
UInt16 
Int32 
UInt32 
Int64 
UInt64 
Float 
Double 
Boolean32 
Binary 
Guid 
FileTime 
SystemTime 
HexInt32 
HexInt64 
CountedUtf16String 
CountedMbcsString 
Struct 
Char16 
Char8 
Boolean8 
HexInt8 
HexInt16 
Utf16Xml 
MbcsXml 
CountedUtf16Xml 
CountedMbcsXml 
Utf16Json 
MbcsJson 
CountedUtf16Json 
CountedMbcsJson 
HResult 

Definition at line 3 of file TraceLoggingDataType.cs.

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}