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

Method IsClientConVarQueryingSupported

core/logic_bridge.cpp:647–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

IsQueryingSupportedMethod · 0.80

Calls 1

Tested by

no test coverage detected