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

Method GetDefaultTitle

core/MenuStyle_Base.cpp:795–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795const char *CBaseMenu::GetDefaultTitle()
796{
797 return m_Title.c_str();
798}
799
800void CBaseMenu::Cancel()
801{

Callers 2

RenderMenuMethod · 0.80
GetMenuTitleFunction · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected