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

Method SetError

core/logic/ExtensionSys.cpp:360–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void CExtension::SetError(const char *error)
361{
362 m_Error.assign(error);
363}
364
365IExtensionInterface *CExtension::GetAPI()
366{

Callers 1

LoadAutoExtensionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected