TE_SendToClient Function

Sends the current TE to only a client.

void TE_SendToClient(int client, float delay)

Parameters

int client

Client to send to.

float delay

Delay in seconds to send the TE.

Errors

Invalid client index or client not in game.

Notes

See TE_Start().