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

◆ Equals() [1/2]

bool UnityEngine.Audio.AudioClipPlayable.Equals ( AudioClipPlayable other)
inline

Definition at line 23 of file AudioClipPlayable.cs.

24 {
25 PlayableHandle handle = this.m_Handle;
26 if (!true)
27 {
28 }
29 bool flag;
30 return flag;
31 }

References UnityEngine.Audio.AudioClipPlayable.m_Handle.