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

◆ ResourceTypeCode [2/2]

Enumerator
Null 
String 
Boolean 
Char 
Byte 
SByte 
Int16 
UInt16 
Int32 
UInt32 
Int64 
UInt64 
Single 
Double 
Decimal 
DateTime 
TimeSpan 
LastPrimitive 
ByteArray 
Stream 
StartOfUserTypes 
Null 
String 
Boolean 
Char 
Byte 
SByte 
Int16 
UInt16 
Int32 
UInt32 
Int64 
UInt64 
Single 
Double 
Decimal 
DateTime 
TimeSpan 
LastPrimitive 
ByteArray 
Stream 
StartOfUserTypes 

Definition at line 3 of file ResourceTypeCode.cs.

4{
5 Null = 0,
6 String = 1,
7 Boolean = 2,
8 Char = 3,
9 Byte = 4,
10 SByte = 5,
11 Int16 = 6,
12 UInt16 = 7,
13 Int32 = 8,
14 UInt32 = 9,
15 Int64 = 10,
16 UInt64 = 11,
17 Single = 12,
18 Double = 13,
19 Decimal = 14,
20 DateTime = 15,
21 TimeSpan = 16,
22 LastPrimitive = 16,
23 ByteArray = 32,
24 Stream = 33,
26}