code/__DEFINES/library.dm 
BOOKS_PER_PAGE | How many books should we load per page? |
---|---|
CHECKOUTS_PER_PAGE | How many checkout records should we load per page? |
INVENTORY_PER_PAGE | How many inventory items should we load per page? |
BOOK_CATEGORY_RANDOM | If making a book of this category it will be randomly selected from all categories |
Define Details
BOOKS_PER_PAGE 
How many books should we load per page?
BOOK_CATEGORY_RANDOM 
If making a book of this category it will be randomly selected from all categories
CHECKOUTS_PER_PAGE 
How many checkout records should we load per page?
INVENTORY_PER_PAGE 
How many inventory items should we load per page?