byond - Modules - TypesVar Details - Proc Details

vending_product

Vars

amountHow much of this product there is
categoryWhat category it belongs to, Normal, contraband or coin.
display_colorWhat color it stays on the vend button, considering just nuking this.
priceThe price of this product if any.
product_nameName of the product
product_pathPath of the item this product makes
tabIncase its a tabbed vendor what tab this belongs to.

Procs

attempt_restockA few checks to make sure the item we are trying to restock is allowed to be restocked Then restocks it afterwards Returns TRUE if we successfully restock

Var Details

amount

How much of this product there is

category

What category it belongs to, Normal, contraband or coin.

display_color

What color it stays on the vend button, considering just nuking this.

price

The price of this product if any.

product_name

Name of the product

product_path

Path of the item this product makes

tab

Incase its a tabbed vendor what tab this belongs to.

Proc Details

attempt_restock

A few checks to make sure the item we are trying to restock is allowed to be restocked Then restocks it afterwards Returns TRUE if we successfully restock