/tg/ Station 13 - Modules - TypesVar Details - Proc Details

market_uplink

Vars

accessible_marketsList of typepaths for "/datum/market"s that this uplink can access.
buyingIs the uplink in the process of buying the selected item?
current_userReference to the currently logged in user's bank account.
selected_itemthe identifier of the item that the current uplink is attempting to buy
viewing_categoryWhat category is the current uplink viewing?
viewing_marketWhat market is currently being bought from by the uplink?

Procs

update_viewing_categorySimple internal proc for updating the viewing_category variable.

Var Details

accessible_markets

List of typepaths for "/datum/market"s that this uplink can access.

buying

Is the uplink in the process of buying the selected item?

current_user

Reference to the currently logged in user's bank account.

selected_item

the identifier of the item that the current uplink is attempting to buy

viewing_category

What category is the current uplink viewing?

viewing_market

What market is currently being bought from by the uplink?

Proc Details

update_viewing_category

Simple internal proc for updating the viewing_category variable.