Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetPath
Method
GetPath
core/logic/ExtensionSys.cpp:375–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
373
}
374
375
const char *CExtension::GetPath() const
376
{
377
return m_Path.c_str();
378
}
379
380
IdentityToken_t *CExtension::GetIdentity()
381
{
Callers
2
LoadAutoExtension
Method · 0.80
OnRootConsoleCommand
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected