Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
559
ptrdiff_t FString::LastIndexOf (char subchar) const
560
{
561
return LastIndexOf (subchar, Len());
562
}
563
564
ptrdiff_t FString::LastIndexOf (char subchar, ptrdiff_t endIndex) const
565
{
Callers
9
SetupGame
Function · 0.80
D_AddFile
Function · 0.80
SplitPath
Function · 0.80
AddAutoMaterials
Method · 0.80
ResolveIncludePath
Function · 0.80
StringRightIndexOf
Function · 0.80
PMapValueReader
Function · 0.80
FindGFXFile
Function · 0.80
FindModel
Function · 0.80
Calls
1
Len
Method · 0.80
Tested by
no test coverage detected