GetClientMins Function

Returns the client's min size vector.

void GetClientMins(int client, float vec[3])

Parameters

int client

Player's index.

float[3] vec

Destination vector to store the client's min size.

Errors

Invalid client index, client not in game, or no mod support.