bookcase
Vars | |
books_to_load | How many random books to generate. |
---|---|
load_random_books | When enabled, books_to_load number of random books will be generated for this bookcase |
random_category | The category of books to pick from when populating random books. |
Procs | |
after_random_load | proc for doing things after a bookcase is randomly populated |
load_shelf | Loads the shelf, both by allowing it to generate random items, and by adding its contents to a list used by library machines |
Var Details
books_to_load
How many random books to generate.
load_random_books
When enabled, books_to_load number of random books will be generated for this bookcase
random_category
The category of books to pick from when populating random books.
Proc Details
after_random_load
proc for doing things after a bookcase is randomly populated
load_shelf
Loads the shelf, both by allowing it to generate random items, and by adding its contents to a list used by library machines