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

Function StringStripLeftRight

source/common/scripting/interface/stringformat.cpp:595–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595static void StringStripLeftRight(FString* self, const FString& junk)
596{
597 if (junk.IsNotEmpty()) self->StripLeftRight(junk);
598 else self->StripLeftRight();
599}
600
601DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, StripLeftRight, StringStripLeftRight)
602{

Callers 1

Calls 2

IsNotEmptyMethod · 0.80
StripLeftRightMethod · 0.80

Tested by

no test coverage detected