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

Method ClientCommand

core/logic_bridge.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 return engine->GetClientConVarValue(clientIndex, name);
91 }
92 virtual void ClientCommand(edict_t *pEdict, const char *szCommand)
93 {
94 engine->ClientCommand(pEdict, "%s", szCommand);
95 }
96 virtual void FakeClientCommand(edict_t *pEdict, const char *szCommand)
97 {
98 serverpluginhelpers->ClientCommand(pEdict, szCommand);

Callers 5

FakeClientCommandMethod · 0.80
OnSayCommand_PostMethod · 0.80
sm_ClientCommandFunction · 0.80
SlapPlayerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected