Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ SetDefaultTitle
Method
SetDefaultTitle
core/MenuStyle_Base.cpp:790–793 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
788
}
789
790
void CBaseMenu::SetDefaultTitle(const char *message)
791
{
792
m_Title = message;
793
}
794
795
const char *CBaseMenu::GetDefaultTitle()
796
{
Callers
9
SetMenuTitle
Function · 0.80
DisplayMenu
Method · 0.80
DisplayMenuAtCategory
Method · 0.80
DisplayCategory
Method · 0.80
UpdateClientRoot
Method · 0.80
UpdateClientCategory
Method · 0.80
OnMenuSelect
Method · 0.80
SDK_OnLoad
Method · 0.80
ShowSettingsMenu
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected