UTIL_StringToIntArray
	
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
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 );