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

Method HasLibrary

core/logic/PluginSys.h:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 m_Libraries.push_back(name);
196 }
197 inline bool HasLibrary(const char *name) {
198 return m_Libraries.find(name) != m_Libraries.end();
199 }
200 void LibraryActions(LibraryAction action);
201 void SyncMaxClients(int max_clients);
202

Callers 3

LibraryExistsMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected