ItemWithQualityCount :: table
Table fields
| name | :: string | Name of the item prototype. |
Name of the item prototype. | ||
| quality | :: string | Quality of the item prototype. |
Quality of the item prototype. | ||
| count | :: ItemCountType | The number of items. |
The number of items. | ||
Concept used in
- LuaEntity::revive()
- LuaEntity::silent_revive()
- LuaEntity::copy_settings()
- LuaEntity::set_recipe()
- LuaEntity::item_requests
- LuaEquipmentGrid::take()
- LuaEquipmentGrid::take_all()
- LuaInventory::get_contents()
- LuaItemCommon::cost_to_build
- LuaLogisticNetwork::get_contents()
- LuaLogisticPoint::targeted_items_pickup
- LuaLogisticPoint::targeted_items_deliver
- LuaRecord::cost_to_build
- LuaTrain::get_contents()
- LuaTransportLine::get_contents()
- WorkerRobotOrder
- on_picked_up_item
- on_player_mined_item
- on_robot_mined
- on_space_platform_mined_item

