Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
471
static void StringToLower(FString *self)
472
{
473
self->ToLower();
474
}
475
476
DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, ToLower, StringToLower)
477
{
Callers
nothing calls this directly
Calls
1
ToLower
Method · 0.45
Tested by
no test coverage detected