cargo_shelf 
Vars | |
| 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 |
Procs | |
| 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 |
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