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

Method GetAPI

core/logic/ExtensionSys.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365IExtensionInterface *CExtension::GetAPI()
366{
367 return m_pAPI;
368}
369
370const char *CExtension::GetFilename()
371{

Callers 9

ListExtensionsToClientFunction · 0.80
LogMessageMethod · 0.80
LogErrorMethod · 0.80
FindExtensionByNameMethod · 0.80
BindDependencyMethod · 0.80
UnloadExtensionMethod · 0.80
OnRootConsoleCommandMethod · 0.80
CallOnCoreMapStartMethod · 0.80
CallOnCoreMapEndMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected