| 665 | } |
| 666 | |
| 667 | bool ConVarManager::IsQueryingSupported() |
| 668 | { |
| 669 | return sCoreProviderImpl.IsClientConVarQueryingSupported(); |
| 670 | } |
| 671 | |
| 672 | #if SOURCE_ENGINE != SE_DARKMESSIAH |
| 673 | void ConVarManager::OnClientQueryFinished(QueryCvarCookie_t cookie, |
no test coverage detected