UTIL_StringToVector

From Valve Developer Community
Jump to: navigation, search
English (en)Translate (Translate)

UTIL_StringToVector is a UTIL function that converts a string to a 3-float array (or a 3d vector).

Declaration

void UTIL_StringToVector( float *pVector, const char *pString );