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

Function UntrackConCommandBase

core/concmd_cleaner.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void UntrackConCommandBase(ConCommandBase *pBase, IConCommandTracker *me)
166{
167 s_ConCmdTracker.RemoveTarget(pBase, me);
168}
169
170void Global_OnUnlinkConCommandBase(ConCommandBase *pBase)
171{

Callers 2

OnSourceModShutdownMethod · 0.85
RemoveConCmdMethod · 0.85

Calls 1

RemoveTargetMethod · 0.80

Tested by

no test coverage detected