TE_WriteFloatArray Function

Sets an array of floats in the current temp entity.

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.

Errors

Property not found.