| 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); |
no outgoing calls
no test coverage detected