Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
443
ConVar *CoreProviderImpl::FindConVar(const char *name)
444
{
445
return icvar->FindVar(name);
446
}
447
448
const char *CoreProviderImpl::GetCvarString(ConVar* cvar)
449
{
Callers
5
sm_FindConVar
Function · 0.45
UpdateCache
Method · 0.45
OnSourceModAllInitialized
Method · 0.45
LogToOpenFileEx
Method · 0.45
sm_GetClientName
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected