Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetMenuOptionFlags
Method
GetMenuOptionFlags
core/MenuStyle_Base.cpp:872–875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
870
}
871
872
unsigned int CBaseMenu::GetMenuOptionFlags()
873
{
874
return m_nFlags;
875
}
876
877
void CBaseMenu::SetMenuOptionFlags(unsigned int flags)
878
{
Callers
9
RenderMenu
Method · 0.80
ClientPressedKey
Method · 0.80
GetMenuExitButton
Function · 0.80
GetMenuExitBackButton
Function · 0.80
SetMenuExitButton
Function · 0.80
SetMenuNoVoteButton
Function · 0.80
SetMenuExitBackButton
Function · 0.80
GetMenuOptionFlags
Function · 0.80
UpdateClientCategory
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected