Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ StringMakeUpper
Function
StringMakeUpper
source/common/scripting/interface/stringformat.cpp:483–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
}
482
483
static void StringMakeUpper(FString *self, FString *out)
484
{
485
*out = self->MakeUpper();
486
}
487
488
DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, MakeUpper, StringMakeUpper)
489
{
Callers
nothing calls this directly
Calls
1
MakeUpper
Method · 0.80
Tested by
no test coverage detected