UTIL_StringToFloatArray

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png

UTIL_StringToFloatArray is a UTIL function that converts a string to an N-length float array.

Blank image.pngTodo: Add examples.

Declaration

void UTIL_StringToFloatArray( float *pVector, int count, const char *pString );