Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ResourceTypeCode
[2/2]
enum
System.Resources.ResourceTypeCode
package
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,
25
StartOfUserTypes
= 64
26
}
System.String
Definition
String.cs:22
System.Resources.ResourceTypeCode.StartOfUserTypes
@ StartOfUserTypes
System.Resources.ResourceTypeCode.LastPrimitive
@ LastPrimitive
System.Boolean
Definition
Boolean.cs:10
System.Byte
Definition
Byte.cs:12
System.Char
Definition
Char.cs:14
System.DateTime
Definition
DateTime.cs:15
System.Decimal
Definition
Decimal.cs:18
System.Double
Definition
Double.cs:12
System.Int16
Definition
Int16.cs:12
System.Int32
Definition
Int32.cs:12
System.Int64
Definition
Int64.cs:12
System.SByte
Definition
SByte.cs:13
System.Single
Definition
Single.cs:12
System.TimeSpan
Definition
TimeSpan.cs:10
System.UInt16
Definition
UInt16.cs:13
System.UInt32
Definition
UInt32.cs:13
System.UInt64
Definition
UInt64.cs:13
System
Resources
Generated by
1.10.0