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

Function StringStripLeft

source/common/scripting/interface/stringformat.cpp:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581static void StringStripLeft(FString* self, const FString& junk)
582{
583 if (junk.IsNotEmpty()) self->StripLeft(junk);
584 else self->StripLeft();
585}
586
587DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, StripLeft, StringStripLeft)
588{

Callers 1

Calls 2

IsNotEmptyMethod · 0.80
StripLeftMethod · 0.80

Tested by

no test coverage detected