supply_order
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. |
Procs | |
on_spawn | A proc to be overriden if you want custom code to happen when SSshuttle spawns the order |
Var Details
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.
Proc Details
on_spawn
A proc to be overriden if you want custom code to happen when SSshuttle spawns the order