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

Function StringToLower

source/common/scripting/interface/stringformat.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471static void StringToLower(FString *self)
472{
473 self->ToLower();
474}
475
476DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, ToLower, StringToLower)
477{

Callers

nothing calls this directly

Calls 1

ToLowerMethod · 0.45

Tested by

no test coverage detected