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

Method UnregisterCommandTargetProcessor

core/PlayerManager.cpp:1507–1510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507void PlayerManager::UnregisterCommandTargetProcessor(ICommandTargetProcessor *pHandler)
1508{
1509 target_processors.remove(pHandler);
1510}
1511
1512void PlayerManager::InvalidatePlayer(CPlayer *pPlayer)
1513{

Callers 4

OnSourceModShutdownMethod · 0.80
SDK_OnUnloadMethod · 0.80
SDK_OnUnloadMethod · 0.80
SDK_OnUnloadMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected