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

Method FakeClientCommand

core/logic_bridge.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 engine->ClientCommand(pEdict, "%s", szCommand);
95 }
96 virtual void FakeClientCommand(edict_t *pEdict, const char *szCommand)
97 {
98 serverpluginhelpers->ClientCommand(pEdict, szCommand);
99 }
100} engine_wrapper;
101
102class VFileSystem_Logic : public IFileSystemBridge

Callers 1

FakeClientCommandFunction · 0.80

Calls 1

ClientCommandMethod · 0.80

Tested by

no test coverage detected