Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
unregisterCategory
Method · 0.85
internal_getPerfCounters
Function · 0.85
~PluginManager
Method · 0.85
unloadAll
Method · 0.85
OnUpdate
Method · 0.85
OnStateChange
Method · 0.85
doSaveData
Method · 0.85
doLoadWorldData
Method · 0.85
doLoadSiteData
Method · 0.85
cbegin
Method · 0.85
insert
Method · 0.85
load_state
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected