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

◆ OpenFlags

Enumerator
ReadOnly 
ReadWrite 
MaxAllowed 
OpenExistingOnly 
IncludeArchived 

Definition at line 7 of file OpenFlags.cs.

8 {
9 // Token: 0x04000475 RID: 1141
10 ReadOnly = 0,
11 // Token: 0x04000476 RID: 1142
12 ReadWrite = 1,
13 // Token: 0x04000477 RID: 1143
14 MaxAllowed = 2,
15 // Token: 0x04000478 RID: 1144
17 // Token: 0x04000479 RID: 1145
19 }