supply_order ![code/modules/cargo/order.dm 44](git.png)
Vars | |
can_be_cancelled | Boolean on whether the manifest can be cancelled through cargo consoles. |
---|---|
charge_on_purchase | If set to FALSE, we won't charge when the cargo shuttle arrives with this. |
department_destination | area this order wants to reach, if not null then it will come with the deliver_first component set to this area |
manifest_can_fail | Boolean on whether the manifest can fail or not. |
Var Details
can_be_cancelled ![code/modules/cargo/order.dm 62](git.png)
Boolean on whether the manifest can be cancelled through cargo consoles.
charge_on_purchase ![code/modules/cargo/order.dm 53](git.png)
If set to FALSE, we won't charge when the cargo shuttle arrives with this.
department_destination ![code/modules/cargo/order.dm 55](git.png)
area this order wants to reach, if not null then it will come with the deliver_first component set to this area
manifest_can_fail ![code/modules/cargo/order.dm 60](git.png)
Boolean on whether the manifest can fail or not.