Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ AddInterface
Method
AddInterface
core/logic/ExtensionSys.cpp:440–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
}
439
440
void CExtension::AddInterface(SMInterface *pInterface)
441
{
442
m_Interfaces.push_back(pInterface);
443
}
444
445
bool CExtension::IsRunning(char *error, size_t maxlength)
446
{
Callers
1
OnSourceModAllInitialized
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected