market ![code/controllers/subsystem/market.dm 1](git.png)
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 ![code/controllers/subsystem/market.dm 15](git.png)
List of all existing markets.
queued_purchases ![code/controllers/subsystem/market.dm 19](git.png)
Currently queued purchases.
shipping_method_descriptions ![code/controllers/subsystem/market.dm 7](git.png)
Descriptions for each shipping methods.
telepads ![code/controllers/subsystem/market.dm 17](git.png)
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.