First take at serialization

This commit is contained in:
ZZYZX 2017-01-24 00:17:12 +02:00
commit 3e093a20ff
8 changed files with 128 additions and 43 deletions

View file

@ -945,7 +945,7 @@ DEFINE_ACTION_FUNCTION(FStringStruct, Replace)
return 0;
}
static FString FStringFormat(VM_ARGS)
FString FStringFormat(VM_ARGS)
{
assert(param[0].Type == REGT_STRING);
FString fmtstring = param[0].s().GetChars();