market 
Vars | |
| markets | List of all existing markets. |
|---|---|
| queued_purchases | Currently queued purchases. |
| shipping_method_descriptions | Descriptions for each shipping methods. |
| telepads | List of existing ltsrbts. |
Procs | |
| fake_teleport | Used to make a teleportation effect as do_teleport does not like moving items from nullspace. |
| queue_item | Used to add /datum/market_purchase to queued_purchases var. Returns TRUE when queued. |
| restock | A proc that restocks one or more markets, or all if the market_whitelist is null. |
Var Details
markets 
List of all existing markets.
queued_purchases 
Currently queued purchases.
shipping_method_descriptions 
Descriptions for each shipping methods.
telepads 
List of existing ltsrbts.
Proc Details
fake_teleport
Used to make a teleportation effect as do_teleport does not like moving items from nullspace.
queue_item
Used to add /datum/market_purchase to queued_purchases var. Returns TRUE when queued.
restock
A proc that restocks one or more markets, or all if the market_whitelist is null.