/datum/component/mechanics_holder
Vars | |
connected_incoming | simple list of atoms that are connected (no inputs) list[] = [atom, atom, ...] |
---|---|
connected_outgoing | associative list of atoms to the input they're registered to listatom = "name of input" |
lines | Associative list of atoms to the pair of line images drawn from us to them (there are two so it renders when either end is rendered) |
Var Details
connected_incoming
simple list of atoms that are connected (no inputs) list[] = [atom, atom, ...]
connected_outgoing
associative list of atoms to the input they're registered to listatom = "name of input"
lines
Associative list of atoms to the pair of line images drawn from us to them (there are two so it renders when either end is rendered)