Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
494
static void StringMakeLower(FString *self, FString *out)
495
{
496
*out = self->MakeLower();
497
}
498
499
DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, MakeLower, StringMakeLower)
500
{
Callers
nothing calls this directly
Calls
1
MakeLower
Method · 0.80
Tested by
no test coverage detected