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

Method AddPostCommandHook

core/GameHooks.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132ke::RefPtr<CommandHook>
133GameHooks::AddPostCommandHook(ConCommand *cmd, const CommandHook::Callback &callback)
134{
135 return new CommandHook(cmd, callback, true);
136}
137
138void GameHooks::SetCommandClient(int client)
139{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected