MCPcopy 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
592const char *SourceModBase::GetGamePath() const
593{
594 return g_BaseDir.c_str();
595}
596
597unsigned int SourceModBase::SetGlobalTarget(unsigned int index)
598{

Callers 1

InitializeMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected