TE_ReadVector Function

Reads a vector in the current temp entity.

void TE_ReadVector(const char[] prop, float vector[3])

Parameters

const char[] prop

Property to use.

float[3] vector

Vector to read.

Errors

Property not found.