MCPcopy 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
872unsigned int CBaseMenu::GetMenuOptionFlags()
873{
874 return m_nFlags;
875}
876
877void CBaseMenu::SetMenuOptionFlags(unsigned int flags)
878{

Callers 9

RenderMenuMethod · 0.80
ClientPressedKeyMethod · 0.80
GetMenuExitButtonFunction · 0.80
GetMenuExitBackButtonFunction · 0.80
SetMenuExitButtonFunction · 0.80
SetMenuNoVoteButtonFunction · 0.80
SetMenuExitBackButtonFunction · 0.80
GetMenuOptionFlagsFunction · 0.80
UpdateClientCategoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected