Space Station 13 - Modules - TypesVar Details

chemistry

Vars

active_reagentsThe waiting list of reagents datums to process reactions for
id_reactions_mapA map of (type = list(...reactions)) where type is the first reagent of a reaction
product_reactions_mapA map of (type = list(...reactions)) where type is what the reactions create
queueThe current queue of reagents datums being processed
random_chem_prototypesA map of (type = prototype instance) of randomized chems in typesof(/datum/reagent/random)
saved_indexIf the queue was not finished, the index to read from on the next run

Var Details

active_reagents

The waiting list of reagents datums to process reactions for

id_reactions_map

A map of (type = list(...reactions)) where type is the first reagent of a reaction

product_reactions_map

A map of (type = list(...reactions)) where type is what the reactions create

queue

The current queue of reagents datums being processed

random_chem_prototypes

A map of (type = prototype instance) of randomized chems in typesof(/datum/reagent/random)

saved_index

If the queue was not finished, the index to read from on the next run