OnClientCommandKeyValues_Post Forward

Called after a client has sent a KeyValues command.

void OnClientCommandKeyValues_Post(int client, KeyValues kv)

Parameters

int client

Client index.

KeyValues kv

KeyValues data sent as the command. (This handle should not be stored and will be closed after this forward completes.)