UTIL_StringToIntArray

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

UTIL_StringToIntArray is a UTIL function that converts a string to N-length integer array.

Declaration

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