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

Method size

library/modules/Kitchen.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112size_t Kitchen::size()
113{
114 return plotinfo->kitchen.item_types.size();
115}
116
117int Kitchen::findExclusion(df::kitchen_exc_type type,
118 df::item_type item_type, int16_t item_subtype,

Callers 15

getSquadNameMethod · 0.45
updateRoomAssignmentsMethod · 0.45
removeFromSquadMethod · 0.45
onStateChangeMethod · 0.45
manageJobStartedEventFunction · 0.45
manageJobCompletedEventFunction · 0.45
manageItemCreationEventFunction · 0.45
manageSyndromeEventFunction · 0.45
manageEquipmentEventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected