MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetFileShortName

Method GetFileShortName

source/common/filesystem/source/filesystem.cpp:1038–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036//==========================================================================
1037
1038const char* FileSystem::GetFileShortName(int lump) const
1039{
1040 if ((size_t)lump >= NumEntries)
1041 return nullptr;
1042 else
1043 return FileInfo[lump].shortName.String;
1044}
1045
1046//==========================================================================
1047//

Callers 8

CreateTextureMethod · 0.80
AddGroupMethod · 0.80
AddHiresTexturesMethod · 0.80
AddTexturesForWadMethod · 0.80
AdjustSpriteOffsetsMethod · 0.80
FRawPageTextureMethod · 0.80
CreatePalettedPixelsMethod · 0.80
DEFINE_ACTION_FUNCTIONFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected