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

◆ Throw

bool Terraria.GameInput.TriggersSet.Throw
getset

Definition at line 158 of file TriggersSet.cs.

159 {
160 [global::Cpp2ILInjected.Token(Token = "0x6003A12")]
161 [global::Cpp2ILInjected.Address(RVA = "0x14708E8", Offset = "0x14708E8", Length = "0xC")]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
163 get
164 {
165 throw null;
166 }
167 [global::Cpp2ILInjected.Token(Token = "0x6003A13")]
168 [global::Cpp2ILInjected.Address(RVA = "0x14708F4", Offset = "0x14708F4", Length = "0x10")]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 set
171 {
172 throw null;
173 }
174 }