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

Function DictCreate

source/common/scripting/core/dictionary.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static Dictionary *DictCreate()
51{
52 Dictionary *dict { Create<Dictionary>() };
53
54 return dict;
55}
56
57static void DictInsert(Dictionary *dict, const FString &key, const FString &value)
58{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected