Theoretical Marine selector
Vars | |
listed_products | The actual inventory for this vendor as a list of lists 1: name 2: amount 3: type 4: flag |
---|---|
partial_product_stacks | Partial stacks to hold on to as an associated list of type : amount |
vend_dir | Vending direction from adjacent users, if not using vend_x_offset or vend_y_offset |
vend_dir_whitelist | Direction to adjacent user from which we're allowed to do offset vending |
vend_x_offset | X Offset to vend to |
vend_y_offset | Y Offset to vend to |
Procs | |
get_listed_products | If we want to redeem a token |
redeem_token | Handles redeeming coin tokens. |
Var Details
listed_products
The actual inventory for this vendor as a list of lists 1: name 2: amount 3: type 4: flag
partial_product_stacks
Partial stacks to hold on to as an associated list of type : amount
vend_dir
Vending direction from adjacent users, if not using vend_x_offset or vend_y_offset
vend_dir_whitelist
Direction to adjacent user from which we're allowed to do offset vending
vend_x_offset
X Offset to vend to
vend_y_offset
Y Offset to vend to
Proc Details
get_listed_products
If we want to redeem a token
redeem_token
Handles redeeming coin tokens.