MCPcopy 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
846bool func_is_music_playing()
847{
848 return adl_gv_music_playing;
849}
850
851void func_set_music_tempo(int value)
852{

Callers 1

playerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected