Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
360
void CExtension::SetError(const char *error)
361
{
362
m_Error.assign(error);
363
}
364
365
IExtensionInterface *CExtension::GetAPI()
366
{
Callers
1
LoadAutoExtension
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected