materials_market ![code/modules/cargo/materials_market.dm 6](git.png)
Vars | |
exportable_material_items | What items can be converted into a stock block? Must be a stack subtype based on current implementation. |
---|---|
ordering_private | Are we ordering sheets from our own card balance or the cargo budget? |
Procs | |
find_order | Find the order purchased either privately or by cargo budget Arguments |
Var Details
exportable_material_items ![code/modules/cargo/materials_market.dm 19](git.png)
What items can be converted into a stock block? Must be a stack subtype based on current implementation.
ordering_private ![code/modules/cargo/materials_market.dm 29](git.png)
Are we ordering sheets from our own card balance or the cargo budget?
Proc Details
find_order
Find the order purchased either privately or by cargo budget Arguments
- user - the user who placed this order
- is_ordering_private - is the player ordering privatly. If FALSE it means they are using cargo budget