Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetGamePath
Method
GetGamePath
core/sourcemod.cpp:592–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
}
591
592
const char *SourceModBase::GetGamePath() const
593
{
594
return g_BaseDir.c_str();
595
}
596
597
unsigned int SourceModBase::SetGlobalTarget(unsigned int index)
598
{
Callers
1
Initialize
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected