Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
void UntrackConCommandBase(ConCommandBase *pBase, IConCommandTracker *me)
166
{
167
s_ConCmdTracker.RemoveTarget(pBase, me);
168
}
169
170
void Global_OnUnlinkConCommandBase(ConCommandBase *pBase)
171
{
Callers
2
OnSourceModShutdown
Method · 0.85
RemoveConCmd
Method · 0.85
Calls
1
RemoveTarget
Method · 0.80
Tested by
no test coverage detected