Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ AddLibrary
Method
AddLibrary
core/logic/ExtensionSys.cpp:459–462 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
457
}
458
459
void CExtension::AddLibrary(const char *library)
460
{
461
m_Libraries.push_back(library);
462
}
463
464
bool CExtension::IsRequired()
465
{
Callers
2
RegisterLibrary
Method · 0.45
RegPluginLibrary
Function · 0.45
Calls
2
push_back
Method · 0.80
OnLibraryAction
Method · 0.80
Tested by
no test coverage detected