MCPcopy 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
641void CoreProviderImpl::UnloadMMSPlugin(int id)
642{
643 char ignore[255];
644 g_pMMPlugins->Unload(id, true, ignore, sizeof(ignore));
645}
646
647bool CoreProviderImpl::IsClientConVarQueryingSupported()
648{

Callers 2

LoadMethod · 0.80
UnloadMethod · 0.80

Calls 1

UnloadMethod · 0.45

Tested by

no test coverage detected