vending_product

Vars | |
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. |
Procs | |
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 |
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