MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / PlayMenuSound

Method PlayMenuSound

PanzerChasm/menu.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78{}
79
80void MenuBase::PlayMenuSound( const unsigned int sound_id )
81{
82 if( sound_engine_ != nullptr )
83 sound_engine_->PlayHeadSound( sound_id );
84}
85
86// NewGame Menu
87

Callers 2

ProcessEventsMethod · 0.80

Calls 1

PlayHeadSoundMethod · 0.80

Tested by

no test coverage detected