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

◆ QuickMount

bool Terraria.GameInput.TriggersSet.QuickMount
getset

Definition at line 266 of file TriggersSet.cs.

267 {
268 [global::Cpp2ILInjected.Token(Token = "0x6003A1C")]
269 [global::Cpp2ILInjected.Address(RVA = "0x1470974", Offset = "0x1470974", Length = "0xC")]
270 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
271 get
272 {
273 throw null;
274 }
275 [global::Cpp2ILInjected.Token(Token = "0x6003A1D")]
276 [global::Cpp2ILInjected.Address(RVA = "0x1470980", Offset = "0x1470980", Length = "0x10")]
277 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
278 set
279 {
280 throw null;
281 }
282 }