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

◆ CallingConvention

Enumerator
Winapi 
Cdecl 
StdCall 
ThisCall 
FastCall 

Definition at line 8 of file CallingConvention.cs.

9 {
10 // Token: 0x04001276 RID: 4726
11 Winapi = 1,
12 // Token: 0x04001277 RID: 4727
13 Cdecl,
14 // Token: 0x04001278 RID: 4728
15 StdCall,
16 // Token: 0x04001279 RID: 4729
18 // Token: 0x0400127A RID: 4730
20 }