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

◆ UnescapeMode

Enumerator
CopyOnly 
Escape 
Unescape 
EscapeUnescape 
V1ToStringFlag 
UnescapeAll 
UnescapeAllOrThrow 

Definition at line 7 of file UnescapeMode.cs.

8 {
9 // Token: 0x0400021B RID: 539
10 CopyOnly = 0,
11 // Token: 0x0400021C RID: 540
12 Escape = 1,
13 // Token: 0x0400021D RID: 541
14 Unescape = 2,
15 // Token: 0x0400021E RID: 542
17 // Token: 0x0400021F RID: 543
19 // Token: 0x04000220 RID: 544
20 UnescapeAll = 8,
21 // Token: 0x04000221 RID: 545
23 }