UTIL_TeamsMatch

From Valve Developer Community
Revision as of 20:15, 2 November 2021 by Amicdict (talk | contribs) (Created page with "{{lang|UTIL TeamsMatch|title=<code>UTIL_TeamsMatch</code>}} {{ent|UTIL_TeamsMatch}} is a UTIL function that attempts to match two team names. If the game is teamplay or t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Translate (Translate)

UTIL_TeamsMatch is a UTIL function that attempts to match two team names.

If the game is teamplay or the team names match, UTIL_TeamsMatch returns true; otherwise it returns false.

Todo: Add examples for UTIL_TeamsMatch.

Declaration

bool UTIL_TeamsMatch( const char *pTeamName1, const char *pTeamName2 );