bookcase 
Vars | |
| allowed_books | Typecache of the things allowed in the bookcase. Populated in [/proc/generate_allowed_books()] on Initialize. |
|---|---|
| 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 when first interacted with. |
| random_category | The category of books to pick from when populating random books. |
Procs | |
| generate_allowed_books | Populates typecache with the things allowed to store |
| take_contents | This is called on Initialize to add contents on the tile |
Var Details
allowed_books 
Typecache of the things allowed in the bookcase. Populated in [/proc/generate_allowed_books()] on Initialize.
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 when first interacted with.
random_category 
The category of books to pick from when populating random books.
Proc Details
generate_allowed_books
Populates typecache with the things allowed to store
take_contents
This is called on Initialize to add contents on the tile