Asserts steamID type before conversion
| 618 | |
| 619 | // Asserts steamID type before conversion |
| 620 | CSteamID ChatIDFromClanID( const CSteamID &steamIDClan ) |
| 621 | { |
| 622 | Assert( steamIDClan.GetEAccountType() == k_EAccountTypeClan ); |
| 623 | |
| 624 | return CSteamID( steamIDClan.GetAccountID(), k_EChatInstanceFlagClan, steamIDClan.GetEUniverse(), k_EAccountTypeChat ); |
| 625 | } |
| 626 | |
| 627 | |
| 628 | // Asserts steamID type before conversion |
no test coverage detected