MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / IsUsingMusic

Method IsUsingMusic

src/wi_stuff.cpp:1147–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145//====================================================================
1146
1147bool DInterBackground::IsUsingMusic()
1148{
1149 return muslump.IsNotEmpty();
1150}
1151
1152DEFINE_ACTION_FUNCTION(DInterBackground, IsUsingMusic)
1153{

Callers 1

DEFINE_ACTION_FUNCTIONFunction · 0.80

Calls 1

IsNotEmptyMethod · 0.80

Tested by

no test coverage detected