TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ MusicExists() [1/2]

static bool Terraria.ModLoader.MusicLoader.MusicExists ( Mod mod,
string musicPath )
inlinestatic

Returns whether or not a music track with the specified mod path exists. The path must not have a file extension.

Definition at line 48 of file MusicLoader.cs.

49 {
50 return MusicExists(mod.Name + "/" + musicPath);
51 }
static bool MusicExists(Mod mod, string musicPath)
Returns whether or not a music track with the specified mod path exists. The path must not have a fil...

References Terraria.ModLoader.MusicLoader.MusicExists(), and Terraria.ModLoader.Mod.Name.

Referenced by Terraria.ModLoader.MusicLoader.MusicExists().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: