GetClientLatency
Returns the client's current latency (RTT), more accurate than GetAvgLatency but jittering.
native float GetClientLatency(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.