UTIL_StripToken

From Valve Developer Community
Jump to: navigation, search
English (en)
... Icon-Important.png

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

Blank image.pngTodo: Add examples.