market_uplink
Vars | |
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 | What item is the current uplink attempting to buy? |
viewing_category | What category is the current uplink viewing? |
viewing_market | What market is currently being bought from by the uplink? |
Procs | |
update_viewing_category | Simple 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
What item is the current uplink 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.