/tg/ Station 13 - Modules - TypesVar Details - Proc Details

ore_silo_log

The log entry for an ore silo action

Vars

actionThe actual action performed by the machine
amountThe amount of items affected by this action e.g. print quantity, sheets ejected etc.
area_nameThe area of the machine that remotely acted on the ore silo
machine_nameThe name of the machine that remotely acted on the ore silo
materialsList of individual materials used in the action
nounAn short verb describing the action
timestampThe time of action

Procs

get_raw_materialsReturns list/materials but with each entry joined by an seperator to create 1 string Arguments
mergeMerges 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

merge

Merges a silo log entry with this one Arguments