MCPcopy 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
130bool SourceMod_Core::Unload(char *error, size_t maxlen)
131{
132 g_SourceMod.CloseSourceMod();
133 return true;
134}
135
136bool SourceMod_Core::Pause(char *error, size_t maxlen)
137{

Callers 1

UnloadMMSPluginMethod · 0.45

Calls 1

CloseSourceModMethod · 0.80

Tested by

no test coverage detected