MCPcopy 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
448const char *CoreProviderImpl::GetCvarString(ConVar* cvar)
449{
450 return cvar->GetString();
451}
452
453bool CoreProviderImpl::GetCvarBool(ConVar* cvar)
454{

Callers 6

TryAndFreeSomeHandlesMethod · 0.80
DumpMethod · 0.80
GetMapCycleFilePathMethod · 0.80
FormatTimeFunction · 0.80
ParseTimeFunction · 0.80
sm_GetClientNameFunction · 0.80

Calls 1

GetStringMethod · 0.45

Tested by

no test coverage detected