Type Definitions1
SymbolDescription
TEHookCalled when a temp entity is going to be sent.
Functions19
SymbolDescription
AddTempEntHookHooks a temp entity.
RemoveTempEntHookRemoves a temp entity hook.
TE_IsValidPropChecks if a certain TE property exists.
TE_ReadEntReads an entity value in the current temp entity.
TE_ReadFloatReads a floating point number in the current temp entity.
TE_ReadNumReads an integer value in the current temp entity.
TE_ReadVectorReads a vector in the current temp entity.
TE_SendSends the current temp entity to one or more clients.
TE_SendToAllBroadcasts the current temp entity to all clients.
TE_SendToAllInRangeSends the current TE to all clients that are in visible or audible range of the origin.
TE_SendToClientSends the current TE to only a client.
TE_StartStarts a temp entity transmission.
TE_WriteAnglesSets a QAngle in the current temp entity.
TE_WriteEncodedEntSets an encoded entity index in the current temp entity. (This is usually used for m_nStartEntity and m_nEndEntity).
TE_WriteEntSets an entity value in the current temp entity.
TE_WriteFloatSets a floating point number in the current temp entity.
TE_WriteFloatArraySets an array of floats in the current temp entity.
TE_WriteNumSets an integer value in the current temp entity.
TE_WriteVectorSets a vector in the current temp entity.