terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Primitives

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

Definition at line 468 of file DefaultBinder.cs.

469 {
470 // Token: 0x040004FC RID: 1276
471 Boolean = 8,
472 // Token: 0x040004FD RID: 1277
473 Char = 16,
474 // Token: 0x040004FE RID: 1278
475 SByte = 32,
476 // Token: 0x040004FF RID: 1279
477 Byte = 64,
478 // Token: 0x04000500 RID: 1280
479 Int16 = 128,
480 // Token: 0x04000501 RID: 1281
481 UInt16 = 256,
482 // Token: 0x04000502 RID: 1282
483 Int32 = 512,
484 // Token: 0x04000503 RID: 1283
485 UInt32 = 1024,
486 // Token: 0x04000504 RID: 1284
487 Int64 = 2048,
488 // Token: 0x04000505 RID: 1285
489 UInt64 = 4096,
490 // Token: 0x04000506 RID: 1286
491 Single = 8192,
492 // Token: 0x04000507 RID: 1287
493 Double = 16384,
494 // Token: 0x04000508 RID: 1288
495 Decimal = 32768,
496 // Token: 0x04000509 RID: 1289
497 DateTime = 65536,
498 // Token: 0x0400050A RID: 1290
499 String = 262144
500 }