Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
721
bool MenuManager::MenuSoundsEnabled()
722
{
723
return (sm_menu_sounds.GetInt() != 0);
724
}
725
726
std::string *MenuManager::GetMenuSound(ItemSelection sel)
727
{
Callers
1
ClientPressedKey
Method · 0.80
Calls
1
GetInt
Method · 0.45
Tested by
no test coverage detected