/tg/ Station 13 - Modules - TypesVar Details - Proc Details

cargo_shelf

Vars

capacityhow many items the shelf can hold
crates_storedhow many crates are currently stored in the shelf
use_delaythe delay before the shelf is truly used

Procs

add_crateAdds a crate to the shelf
loadproc that will attempt to add something to the contents of the shelf
remove_crateRemoves a crate from the shelf
spill_contentsFling crates around and open/break some of them in the process
unloadproc that will attempt to remove something to the contents of the shelf

Var Details

capacity

how many items the shelf can hold

crates_stored

how many crates are currently stored in the shelf

use_delay

the delay before the shelf is truly used

Proc Details

add_crate

Adds a crate to the shelf

load

proc that will attempt to add something to the contents of the shelf

remove_crate

Removes a crate from the shelf

spill_contents

Fling crates around and open/break some of them in the process

unload

proc that will attempt to remove something to the contents of the shelf