Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ UnloadMMSPlugin
Method
UnloadMMSPlugin
core/logic_bridge.cpp:641–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
639
}
640
641
void CoreProviderImpl::UnloadMMSPlugin(int id)
642
{
643
char ignore[255];
644
g_pMMPlugins->Unload(id, true, ignore, sizeof(ignore));
645
}
646
647
bool CoreProviderImpl::IsClientConVarQueryingSupported()
648
{
Callers
2
Load
Method · 0.80
Unload
Method · 0.80
Calls
1
Unload
Method · 0.45
Tested by
no test coverage detected