TE_WriteAngles
Sets a QAngle in the current temp entity.
native void TE_WriteAngles(const char[] prop, const float angles[3])
Parameters
const char[] prop
Property to use.
const float[3] angles
Angles to set.
Return Value
voidError
Property not found.