Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ func_is_music_playing
Function
func_is_music_playing
src/Engine/Adlib/adlplayer.cpp:846–849 ·
view source on GitHub ↗
MAIN FUNCTION - check if music finished
Source
from the content-addressed store, hash-verified
844
845
//MAIN FUNCTION - check if music finished
846
bool func_is_music_playing()
847
{
848
return adl_gv_music_playing;
849
}
850
851
void func_set_music_tempo(int value)
852
{
Callers
1
player
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected