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

Function DictIteratorCreate

source/common/scripting/core/dictionary.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static DictionaryIterator *DictIteratorCreate(Dictionary *dict)
160{
161 DictionaryIterator *iterator = Create<DictionaryIterator>();
162 iterator->init(dict);
163
164 return iterator;
165}
166
167static int DictIteratorNext(DictionaryIterator *self)
168{

Callers 1

Calls 1

initMethod · 0.45

Tested by

no test coverage detected