UTIL_StripToken

From Valve Developer Community
Revision as of 18:25, 3 November 2021 by Amicdict (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_StripToken is a UTIL function copies the *pKey string to *pDest until it finds a null or hashtag (#) character. UTIL_StripToken is meant for redundant keynames.[Clarify]

Declaration

void UTIL_StripToken( const char *pKey, char *pDest );

Examples

Todo: Add examples.