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

Function DEFINE_ACTION_FUNCTION

source/common/scripting/interface/stringformat.cpp:246–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246DEFINE_ACTION_FUNCTION(FStringStruct, Format)
247{
248 PARAM_PROLOGUE;
249 FString s = FStringFormat(VM_ARGS_NAMES);
250 ACTION_RETURN_STRING(s);
251}
252
253DEFINE_ACTION_FUNCTION(FStringStruct, AppendFormat)
254{

Callers

nothing calls this directly

Calls 3

FStringFormatFunction · 0.85
AppendCharacterMethod · 0.80
DeleteLastCharacterMethod · 0.80

Tested by

no test coverage detected