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

Method FindConVar

core/logic_bridge.cpp:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443ConVar *CoreProviderImpl::FindConVar(const char *name)
444{
445 return icvar->FindVar(name);
446}
447
448const char *CoreProviderImpl::GetCvarString(ConVar* cvar)
449{

Callers 5

sm_FindConVarFunction · 0.45
UpdateCacheMethod · 0.45
LogToOpenFileExMethod · 0.45
sm_GetClientNameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected