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

Function StringRightIndexOf

source/common/scripting/interface/stringformat.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446static int StringRightIndexOf(FString *self, const FString &substr, int endIndex)
447{
448 return (int)self->LastIndexOf(substr, endIndex);
449}
450
451DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, RightIndexOf, StringRightIndexOf)
452{

Callers 1

Calls 1

LastIndexOfMethod · 0.80

Tested by

no test coverage detected