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

◆ StorageType

Enumerator
Empty 
Object 
DBNull 
Boolean 
Char 
SByte 
Byte 
Int16 
UInt16 
Int32 
UInt32 
Int64 
UInt64 
Single 
Double 
Decimal 
DateTime 
TimeSpan 
String 
Guid 
ByteArray 
CharArray 
Type 
DateTimeOffset 
BigInteger 
Uri 
SqlBinary 
SqlBoolean 
SqlByte 
SqlBytes 
SqlChars 
SqlDateTime 
SqlDecimal 
SqlDouble 
SqlGuid 
SqlInt16 
SqlInt32 
SqlInt64 
SqlMoney 
SqlSingle 
SqlString 

Definition at line 3 of file StorageType.cs.

4{
5 Empty,
6 Object,
7 DBNull,
9 Char,
10 SByte,
11 Byte,
12 Int16,
13 UInt16,
14 Int32,
15 UInt32,
16 Int64,
17 UInt64,
18 Single,
19 Double,
20 Decimal,
23 String,
24 Guid,
27 Type,
30 Uri,
33 SqlByte,
39 SqlGuid,
46}