MCPcopy 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
483static void StringMakeUpper(FString *self, FString *out)
484{
485 *out = self->MakeUpper();
486}
487
488DEFINE_ACTION_FUNCTION_NATIVE(FStringStruct, MakeUpper, StringMakeUpper)
489{

Callers

nothing calls this directly

Calls 1

MakeUpperMethod · 0.80

Tested by

no test coverage detected