MCPcopy 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
440void CExtension::AddInterface(SMInterface *pInterface)
441{
442 m_Interfaces.push_back(pInterface);
443}
444
445bool CExtension::IsRunning(char *error, size_t maxlength)
446{

Callers 1

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected