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

Function convar_cache_lookup

core/ConVarManager.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool convar_cache_lookup(const char *name, ConVarInfo **pVar)
170{
171 return convar_cache.retrieve(name, pVar);
172}
173
174void ConVarManager::OnUnlinkConCommandBase(ConCommandBase *pBase, const char *name)
175{

Callers 8

CreateConVarMethod · 0.85
FindConVarMethod · 0.85
HookConVarChangeMethod · 0.85
UnhookConVarChangeMethod · 0.85
OnConVarChangedMethod · 0.85

Calls 1

retrieveMethod · 0.45

Tested by

no test coverage detected