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

◆ CurrentSound

SoundInstance SoundChannel.CurrentSound
getset

Definition at line 10 of file SoundChannel.cs.

11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60001A5")]
13 [global::Cpp2ILInjected.Address(RVA = "0x706750", Offset = "0x706750", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 get
16 {
17 throw null;
18 }
19 [global::Cpp2ILInjected.Token(Token = "0x60001A6")]
20 [global::Cpp2ILInjected.Address(RVA = "0x706758", Offset = "0x706758", Length = "0x14")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 set
23 {
24 throw null;
25 }
26 }