MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / OnUnlinkConCommandBase

Method OnUnlinkConCommandBase

core/sourcemm_api.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void SourceMod_Core::OnUnlinkConCommandBase(PluginId id, ConCommandBase *pCommand)
220{
221#if SOURCE_ENGINE < SE_ORANGEBOX
222 Global_OnUnlinkConCommandBase(pCommand);
223#endif
224}
225
226void *SourceMod_Core::OnMetamodQuery(const char *iface, int *ret)
227{

Callers 1

UnlinkConCommandBaseMethod · 0.45

Calls 1

Tested by

no test coverage detected