MCPcopy 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
375const char *CExtension::GetPath() const
376{
377 return m_Path.c_str();
378}
379
380IdentityToken_t *CExtension::GetIdentity()
381{

Callers 2

LoadAutoExtensionMethod · 0.80
OnRootConsoleCommandMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected