FakeClientCommandKeyValues
Executes a KeyValues client command on the server without being networked.
native void FakeClientCommandKeyValues(int client, KeyValues kv)Parameters
int client
Index of the client.
KeyValues data to be sent.
Return Value
voidError
Invalid client index, client not connected,
or unsupported on current game.