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

Function DictRemove

source/common/scripting/core/dictionary.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73static void DictRemove(Dictionary *dict, const FString &key)
74{
75 dict->Map.Remove(key);
76}
77
78//=====================================================================================
79//

Callers 1

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected