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

Function DictToString

source/common/scripting/core/dictionary.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static void DictToString(const Dictionary *dict, FString *result)
69{
70 *result = DictionaryToString(*dict);
71}
72
73static void DictRemove(Dictionary *dict, const FString &key)
74{

Callers 1

Calls 1

DictionaryToStringFunction · 0.85

Tested by

no test coverage detected