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

◆ LoadMusicId()

void Microsoft.Xna.Framework.Audio.SoundBank.LoadMusicId ( int musicIndex)
inline

Definition at line 15 of file SoundBank.cs.

16 {
17 string text2;
18 string text = "Music_" + text2;
20 string text3 = "Music/" + text;
21 SoundEffect soundEffect;
23 SoundEffectInstance soundEffectInstance = soundEffect.CreateInstance();
24 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, Cue > _cues
Definition SoundBank.cs:51

References Microsoft.Xna.Framework.Audio.SoundBank._cues, j__TPar, and System.text.

Referenced by Terraria.Audio.LegacyAudioSystem.LoadCue().