IsClientReplay Function

Returns if a certain player is the Replay bot.

bool IsClientReplay(int client)

Parameters

int client

Player index.

Return Value

True if player is the Replay bot, false otherwise.

Errors

Invalid client index, or client not connected.