| 645 | } |
| 646 | |
| 647 | bool CoreProviderImpl::IsClientConVarQueryingSupported() |
| 648 | { |
| 649 | return hooks_.GetClientCvarQueryMode() != ClientCvarQueryMode::Unavailable; |
| 650 | } |
| 651 | |
| 652 | int CoreProviderImpl::QueryClientConVar(int client, const char *cvar) |
| 653 | { |
no test coverage detected