terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ ParameterAttributes

Enumerator
None 
In 
Out 
Lcid 
Retval 
Optional 
HasDefault 
HasFieldMarshal 
Reserved3 
Reserved4 
ReservedMask 

Definition at line 8 of file ParameterAttributes.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x40013ED")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x40013EE")]
13 In = 1,
14 [global::Cpp2ILInjected.Token(Token = "0x40013EF")]
15 Out = 2,
16 [global::Cpp2ILInjected.Token(Token = "0x40013F0")]
17 Lcid = 4,
18 [global::Cpp2ILInjected.Token(Token = "0x40013F1")]
19 Retval = 8,
20 [global::Cpp2ILInjected.Token(Token = "0x40013F2")]
21 Optional = 16,
22 [global::Cpp2ILInjected.Token(Token = "0x40013F3")]
23 HasDefault = 4096,
24 [global::Cpp2ILInjected.Token(Token = "0x40013F4")]
25 HasFieldMarshal = 8192,
26 [global::Cpp2ILInjected.Token(Token = "0x40013F5")]
27 Reserved3 = 16384,
28 [global::Cpp2ILInjected.Token(Token = "0x40013F6")]
29 Reserved4 = 32768,
30 [global::Cpp2ILInjected.Token(Token = "0x40013F7")]
31 ReservedMask = 61440
32 }