soup_pot
Vars | |
added_ingredients | A lazylist of all the ingredients we have added |
---|---|
max_ingredients | Max number of ingredients we can add |
Procs | |
dump_ingredients | Dumps all inside ingredients to a spot |
reagent_special_examine | Override standard reagent examine with something a bit more sensible for the soup pot, including the ingredients we have within as well |
transfer_from_container_to_pot | Adds items to a soup pot without invoking any procs that call sleep() when using in a component. |
Var Details
added_ingredients
A lazylist of all the ingredients we have added
max_ingredients
Max number of ingredients we can add
Proc Details
dump_ingredients
Dumps all inside ingredients to a spot
- drop_loc - Where to drop the ingredients, defaults to drop loc
- x_offset - How much pixel X offset to give every ingredient, if not set will be random
- y_offset - How much pixel Y offset to give every ingredient, if not set will be random
reagent_special_examine
Override standard reagent examine with something a bit more sensible for the soup pot, including the ingredients we have within as well
transfer_from_container_to_pot
Adds items to a soup pot without invoking any procs that call sleep() when using in a component.
Args:
- transfer_from: The container that's being used to add items to the soup pot. Must not be null.
- user: the entity adding ingredients via a container to a soup pot. Must not be null.