item_dispenser 
Vars | |
| curr_charges | The current amount of charges available |
|---|---|
| item_name | The name of the item in the dispenser. |
| max_charges | How many items this dispenser can hold. |
| start_stocked | Do we start with max charges |
| stock | What item is inside the dispenser, typepath |
| stored_things | LazyList of instances of things stored inside, items are in nullspace |
Var Details
curr_charges 
The current amount of charges available
item_name 
The name of the item in the dispenser.
max_charges 
How many items this dispenser can hold.
start_stocked 
Do we start with max charges
stock 
What item is inside the dispenser, typepath
stored_things 
LazyList of instances of things stored inside, items are in nullspace