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

Function DictIteratorValue

source/common/scripting/core/dictionary.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static void DictIteratorValue(const DictionaryIterator *self, FString *result)
181{
182 *result = self->Pair ? self->Pair->Value : FString {};
183}
184
185//=====================================================================================
186//

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected