UTIL_StripToken
Jump to navigation
Jump to search
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.