MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / MenuSoundsEnabled

Method MenuSoundsEnabled

core/MenuManager.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721bool MenuManager::MenuSoundsEnabled()
722{
723 return (sm_menu_sounds.GetInt() != 0);
724}
725
726std::string *MenuManager::GetMenuSound(ItemSelection sel)
727{

Callers 1

ClientPressedKeyMethod · 0.80

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected