MCPcopy Create free account
hub / github.com/DFHack/dfhack / begin

Function begin

library/include/modules/Buildings.h:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 StockpileIterator& operator++();
238
239 void begin(df::building_stockpilest* sp) {
240 stockpile = sp;
241 operator++();
242 }
243
244 df::item* operator*() {
245 return item;

Callers 14

unregisterCategoryMethod · 0.85
internal_getPerfCountersFunction · 0.85
~PluginManagerMethod · 0.85
unloadAllMethod · 0.85
OnUpdateMethod · 0.85
OnStateChangeMethod · 0.85
doSaveDataMethod · 0.85
doLoadWorldDataMethod · 0.85
doLoadSiteDataMethod · 0.85
cbeginMethod · 0.85
insertMethod · 0.85
load_stateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected