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

Function StringMakeLower

source/common/scripting/interface/stringformat.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494static void StringMakeLower(FString *self, FString *out)
495{
496 *out = self->MakeLower();
497}
498
499DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, MakeLower, StringMakeLower)
500{

Callers

nothing calls this directly

Calls 1

MakeLowerMethod · 0.80

Tested by

no test coverage detected