TE_WriteFloatArray
Sets an array of floats in the current temp entity.
native void TE_WriteFloatArray(const char[] prop, const float[] array, int arraySize)
Parameters
const char[] prop
Property to use.
const float[] array
Array of values to copy.
int arraySize
Number of values to copy.
Return Value
voidError
Property not found.