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

◆ PrimitiveSerializationTypeCode

Enumerator
Boolean 
Byte 
SByte 
Char 
Int16 
UInt16 
Int32 
UInt32 
Int64 
UInt64 
Single 
Double 
String 

Definition at line 3 of file PrimitiveSerializationTypeCode.cs.

4{
5 Boolean = 2,
6 Byte = 5,
7 SByte = 4,
8 Char = 3,
9 Int16 = 6,
10 UInt16 = 7,
11 Int32 = 8,
12 UInt32 = 9,
13 Int64 = 10,
14 UInt64 = 11,
15 Single = 12,
16 Double = 13,
17 String = 14
18}