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

Method LastIndexOf

source/common/utility/zstring.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559ptrdiff_t FString::LastIndexOf (char subchar) const
560{
561 return LastIndexOf (subchar, Len());
562}
563
564ptrdiff_t FString::LastIndexOf (char subchar, ptrdiff_t endIndex) const
565{

Callers 9

SetupGameFunction · 0.80
D_AddFileFunction · 0.80
SplitPathFunction · 0.80
AddAutoMaterialsMethod · 0.80
ResolveIncludePathFunction · 0.80
StringRightIndexOfFunction · 0.80
PMapValueReaderFunction · 0.80
FindGFXFileFunction · 0.80
FindModelFunction · 0.80

Calls 1

LenMethod · 0.80

Tested by

no test coverage detected