ore_silo
Vars | |
holds | List of all connected components that are on hold from accessing materials. |
---|---|
materials | Material Container |
ore_connected_machines | List of all components that are sharing ores with this silo. |
Procs | |
silo_log | Creates a log entry for depositing/withdrawing from the silo both ingame and in text based log |
Var Details
holds
List of all connected components that are on hold from accessing materials.
materials
Material Container
ore_connected_machines
List of all components that are sharing ores with this silo.
Proc Details
silo_log
Creates a log entry for depositing/withdrawing from the silo both ingame and in text based log
Arguments:
- M: The machine performing the action.
- action: Text that visually describes the action (smelted/deposited/resupplied...)
- amount: The amount of sheets/objects deposited/withdrawn by this action. Positive for depositing, negative for withdrawing.
- noun: Name of the object the action was performed with (sheet, units, ore...)
- [mats][list]: Assoc list in format (material datum = amount of raw materials). Wants the actual amount of raw (iron, glass...) materials involved in this action. If you have 10 metal sheets each worth 100 iron you would pass a list with the iron material datum = 1000