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

Method GetString

core/logic/AdminCache.cpp:1979–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1977}
1978
1979const char *AdminCache::GetString(int idx)
1980{
1981 return m_pStrings->GetString(idx);
1982}
1983
1984size_t AdminCache::FillFlagString(FlagBits bits, char *buffer, size_t maxlen)
1985{

Callers 15

OnClientPutInServerMethod · 0.45
keyvalues_to_dbinfoFunction · 0.45
GetCvarStringMethod · 0.45
GetGameNameMethod · 0.45
smn_PbReadStringFunction · 0.45
OnRootConsoleCommandMethod · 0.45
OnConVarChangedMethod · 0.45
ReplicateConVarFunction · 0.45
NotifyConVarFunction · 0.45
sm_GetConVarStringFunction · 0.45
Hook_ExecDispatchPreFunction · 0.45
CalcKVSizeRMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected