Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
365
IExtensionInterface *CExtension::GetAPI()
366
{
367
return m_pAPI;
368
}
369
370
const char *CExtension::GetFilename()
371
{
Callers
9
ListExtensionsToClient
Function · 0.80
LogMessage
Method · 0.80
LogError
Method · 0.80
FindExtensionByName
Method · 0.80
BindDependency
Method · 0.80
UnloadExtension
Method · 0.80
OnRootConsoleCommand
Method · 0.80
CallOnCoreMapStart
Method · 0.80
CallOnCoreMapEnd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected