Container
Vars | |
amount_per_transfer_from_this | How many units of reagent get transfered out of the container at a time |
---|---|
has_set_transfer_action | Whether the container can have the set transfer amount action at all |
possible_transfer_amounts | A list of possible amounts that can be transferred |
reagent_desc_override | Does it have a special examining mechanic that should override the normal /reagent_containers examine proc? |
transparent | Can we see what's in it? |
volume | The maximum volume the container can hold |
Procs | |
display_contents | Shows the reagent amount if the examining user is sufficiently skilled |
get_reagent_list_text | Returns a string listing all reagents (and their volume) in the container |
show_reagent_info | Whether the user can see the amount or reagents inside |
Var Details
amount_per_transfer_from_this
How many units of reagent get transfered out of the container at a time
has_set_transfer_action
Whether the container can have the set transfer amount action at all
possible_transfer_amounts
A list of possible amounts that can be transferred
reagent_desc_override
Does it have a special examining mechanic that should override the normal /reagent_containers examine proc?
transparent
Can we see what's in it?
volume
The maximum volume the container can hold
Proc Details
display_contents
Shows the reagent amount if the examining user is sufficiently skilled
get_reagent_list_text
Returns a string listing all reagents (and their volume) in the container
show_reagent_info
Whether the user can see the amount or reagents inside