MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / IsQueryingSupported

Method IsQueryingSupported

core/ConVarManager.cpp:667–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

sm_QueryClientConVarFunction · 0.80

Calls 1

Tested by

no test coverage detected