Types 1

Type Description
TEHook

Called when a temp entity is going to be sent.

Functions 17

Function Description
AddTempEntHook

Hooks a temp entity.

RemoveTempEntHook

Removes a temp entity hook.

TE_IsValidProp

Checks if a certain TE property exists.

TE_ReadFloat

Reads a floating point number in the current temp entity.

TE_ReadNum

Reads an integer value in the current temp entity.

TE_ReadVector

Reads a vector in the current temp entity.

TE_Send

Sends the current temp entity to one or more clients.

TE_SendToAll

Broadcasts the current temp entity to all clients.

TE_SendToAllInRange

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

TE_SendToClient

Sends the current TE to only a client.

TE_Start

Starts a temp entity transmission.

TE_WriteAngles

Sets a QAngle in the current temp entity.

TE_WriteEncodedEnt

Sets an encoded entity index in the current temp entity. (This is usually used for m_nStartEntity and m_nEndEntity).

TE_WriteFloat

Sets a floating point number in the current temp entity.

TE_WriteFloatArray

Sets an array of floats in the current temp entity.

TE_WriteNum

Sets an integer value in the current temp entity.

TE_WriteVector

Sets a vector in the current temp entity.