UTIL_StringToIntArray

From Valve Developer Community
Revision as of 22:14, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL StringToIntArray|title=<code>UTIL_StringToIntArray</code>}} {{ent|UTIL_StringToIntArray}} is a UTIL function that converts a string to N-length integer array....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

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 );