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

◆ GuidStyles

Enumerator
None 
AllowParenthesis 
AllowBraces 
AllowDashes 
AllowHexPrefix 
RequireParenthesis 
RequireBraces 
RequireDashes 
RequireHexPrefix 
HexFormat 
NumberFormat 
DigitFormat 
BraceFormat 
ParenthesisFormat 
Any 

Definition at line 562 of file Guid.cs.

563 {
564 // Token: 0x0400033A RID: 826
565 None = 0,
566 // Token: 0x0400033B RID: 827
568 // Token: 0x0400033C RID: 828
569 AllowBraces = 2,
570 // Token: 0x0400033D RID: 829
571 AllowDashes = 4,
572 // Token: 0x0400033E RID: 830
573 AllowHexPrefix = 8,
574 // Token: 0x0400033F RID: 831
576 // Token: 0x04000340 RID: 832
577 RequireBraces = 32,
578 // Token: 0x04000341 RID: 833
579 RequireDashes = 64,
580 // Token: 0x04000342 RID: 834
581 RequireHexPrefix = 128,
582 // Token: 0x04000343 RID: 835
583 HexFormat = 160,
584 // Token: 0x04000344 RID: 836
585 NumberFormat = 0,
586 // Token: 0x04000345 RID: 837
587 DigitFormat = 64,
588 // Token: 0x04000346 RID: 838
589 BraceFormat = 96,
590 // Token: 0x04000347 RID: 839
592 // Token: 0x04000348 RID: 840
593 Any = 15
594 }