cargo
Vars | |
can_approve_requests | Can you approve requests placed for cargo? Works differently between the app and the computer. |
---|---|
can_send | Can the supply console send the shuttle back and forth? Used in the UI backend. |
cargo_account | The account this console processes and displays. Independent from the account the shuttle processes. |
cargo_shuttle | The name of the shuttle template being used as the cargo shuttle. 'supply' is default and contains critical code. Don't change this unless you know what you're doing. |
docking_away | The docking port called when leaving the station. |
docking_home | The docking port called when returning to the station. |
interface_type | Interface name for the ui_interact call for different subtypes. |
is_express | var that makes express console use rockets |
message_cooldown | var that tracks message cooldown |
radio | radio used by the console to send messages on supply channel |
requestonly | Can this console only send requests? |
stationcargo | If this console can loan the cargo shuttle. Set to false to disable. |
supply_flags | Matches supply pack flags |
Procs | |
can_purchase_pack | Returns TRUE if the pack can be purchased. |
Var Details
can_approve_requests
Can you approve requests placed for cargo? Works differently between the app and the computer.
can_send
Can the supply console send the shuttle back and forth? Used in the UI backend.
cargo_account
The account this console processes and displays. Independent from the account the shuttle processes.
cargo_shuttle
The name of the shuttle template being used as the cargo shuttle. 'supply' is default and contains critical code. Don't change this unless you know what you're doing.
docking_away
The docking port called when leaving the station.
docking_home
The docking port called when returning to the station.
interface_type
Interface name for the ui_interact call for different subtypes.
is_express
var that makes express console use rockets
message_cooldown
var that tracks message cooldown
radio
radio used by the console to send messages on supply channel
requestonly
Can this console only send requests?
stationcargo
If this console can loan the cargo shuttle. Set to false to disable.
supply_flags
Matches supply pack flags
Proc Details
can_purchase_pack
Returns TRUE if the pack can be purchased.