FakeClientCommandKeyValues Function

Executes a KeyValues client command on the server without being networked.

void FakeClientCommandKeyValues(int client, KeyValues kv)

Parameters

int client

Index of the client.

KeyValues kv

KeyValues data to be sent.

Errors

Invalid client index, client not connected, or unsupported on current game.