Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ Unload
Method
Unload
core/sourcemm_api.cpp:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
bool SourceMod_Core::Unload(char *error, size_t maxlen)
131
{
132
g_SourceMod.CloseSourceMod();
133
return true;
134
}
135
136
bool SourceMod_Core::Pause(char *error, size_t maxlen)
137
{
Callers
1
UnloadMMSPlugin
Method · 0.45
Calls
1
CloseSourceMod
Method · 0.80
Tested by
no test coverage detected