MCPcopy 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
459void CExtension::AddLibrary(const char *library)
460{
461 m_Libraries.push_back(library);
462}
463
464bool CExtension::IsRequired()
465{

Callers 2

RegisterLibraryMethod · 0.45
RegPluginLibraryFunction · 0.45

Calls 2

push_backMethod · 0.80
OnLibraryActionMethod · 0.80

Tested by

no test coverage detected