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

◆ GetChannel()

SoundChannel SoundManager.GetChannel ( SoundDefinition soundDefinition)
inline

Definition at line 44 of file SoundManager.cs.

45 {
46 if (!true)
47 {
48 }
51 if (true)
52 {
53 if (channels == null)
54 {
55 }
57 while (!true)
58 {
59 }
60 if (channels == null)
61 {
62 }
64 int priority = soundDefinition.Priority;
65 int size = channels._size;
66 }
67 throw new OutOfMemoryException();
68 }
class f__AnonymousType0<< Count > j__TPar
List< SoundChannel > _channels
static DateTime UtcNow
Definition DateTime.cs:1318

References _channels, System.Collections.Generic.List< T >._size, j__TPar, and System.DateTime.UtcNow.