cargo ![code/modules/cargo/console.dm 1](git.png)
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. |
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? |
Var Details
can_approve_requests ![code/modules/cargo/console.dm 13](git.png)
Can you approve requests placed for cargo? Works differently between the app and the computer.
can_send ![code/modules/cargo/console.dm 9](git.png)
Can the supply console send the shuttle back and forth? Used in the UI backend.
is_express ![code/modules/cargo/console.dm 26](git.png)
var that makes express console use rockets
message_cooldown ![code/modules/cargo/console.dm 23](git.png)
var that tracks message cooldown
radio ![code/modules/cargo/console.dm 21](git.png)
radio used by the console to send messages on supply channel
requestonly ![code/modules/cargo/console.dm 11](git.png)
Can this console only send requests?