UTIL_StripToken

From Valve Developer Community
Jump to: navigation, 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.