ore_silo_log
The log entry for an ore silo action
Vars | |
action | The actual action performed by the machine |
---|---|
amount | The amount of items affected by this action e.g. print quantity, sheets ejected etc. |
area_name | The area of the machine that remotely acted on the ore silo |
machine_name | The name of the machine that remotely acted on the ore silo |
materials | List of individual materials used in the action |
noun | An short verb describing the action |
timestamp | The time of action |
Procs | |
get_raw_materials | Returns list/materials but with each entry joined by an seperator to create 1 string Arguments |
merge | Merges a silo log entry with this one Arguments |
Var Details
action
The actual action performed by the machine
amount
The amount of items affected by this action e.g. print quantity, sheets ejected etc.
area_name
The area of the machine that remotely acted on the ore silo
machine_name
The name of the machine that remotely acted on the ore silo
materials
List of individual materials used in the action
noun
An short verb describing the action
timestamp
The time of action
Proc Details
get_raw_materials
Returns list/materials but with each entry joined by an seperator to create 1 string Arguments
- separator - the string used to concatenate all entries in list/materials
merge
Merges a silo log entry with this one Arguments
- datum/ore_silo_log/other - the other silo entry we are trying to merge with this one