TE_SendToAllInRange Function

Sends the current TE to all clients that are in visible or audible range of the origin.

void TE_SendToAllInRange(const float origin[3], ClientRangeType rangeType, float delay)

Parameters

const float[3] origin

Coordinates from which to test range.

ClientRangeType rangeType

Range type to use for filtering clients.

float delay

Delay in seconds to send the TE.

Notes

See TE_Start().

See GetClientsInRange()