MCPcopy Create free account
hub / github.com/BSVino/DoubleAction / TexDataStringTable_GetString

Function TexDataStringTable_GetString

mp/src/utils/common/bsplib.cpp:1198–1201  ·  view source on GitHub ↗

----------------------------------------------------------------------------- String table methods -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1196// String table methods
1197//-----------------------------------------------------------------------------
1198const char *TexDataStringTable_GetString( int stringID )
1199{
1200 return &g_TexDataStringData[g_TexDataStringTable[stringID]];
1201}
1202
1203int TexDataStringTable_AddOrFindString( const char *pString )
1204{

Callers 15

ErrorLightInfoFunction · 0.85
BaseLightForFaceFunction · 0.85
TexInfo_TexNameFunction · 0.85
CalcFaceExtentsFunction · 0.85
GetBSPDependantsFunction · 0.85
Cubemap_CreateTexInfoFunction · 0.85
GetShaderNameForTexInfoFunction · 0.85
FindOrCreateWaterTexInfoFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestExpandBrushesMethod · 0.68