UTIL StripToken

From Valve Developer Community
Revision as of 13:11, 9 August 2021 by Amicdict (talk | contribs) (Catego)
Jump to navigation Jump to search

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

Usage

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

Examples

Todo: Add examples.