GetClientAvgLatency
Returns the client's average packet latency in seconds.
native float GetClientAvgLatency(int client, NetFlow flow)Parameters
int client
Player's index.
Traffic flowing direction.
Return Value
float Latency, or -1 if network info is not available.Error
Invalid client index, client not connected, or fake client.