Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetCvarString
Method
GetCvarString
core/logic_bridge.cpp:448–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
const char *CoreProviderImpl::GetCvarString(ConVar* cvar)
449
{
450
return cvar->GetString();
451
}
452
453
bool CoreProviderImpl::GetCvarBool(ConVar* cvar)
454
{
Callers
6
TryAndFreeSomeHandles
Method · 0.80
Dump
Method · 0.80
GetMapCycleFilePath
Method · 0.80
FormatTime
Function · 0.80
ParseTime
Function · 0.80
sm_GetClientName
Function · 0.80
Calls
1
GetString
Method · 0.45
Tested by
no test coverage detected