TE_WriteFloat Function

Sets a floating point number in the current temp entity.

void TE_WriteFloat(const char[] prop, float value)

Parameters

const char[] prop

Property to use.

float value

Floating point number to set.

Errors

Property not found.