UTIL_StringToVector

From Valve Developer Community
Revision as of 23:01, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL StringToVector|title=<code>UTIL_StringToVector</code>}} {{ent|UTIL_StringToVector}} is a UTIL function that converts a string to a 3-float array (or a 3d vecto...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to 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 );