library ![code/controllers/subsystem/library.dm 2](git.png)
Vars | |
books_by_area | List of book datums that we consider to be "in" any one area. |
---|---|
library_areas | List of areas that count as "a library", modified by map config |
printable_posters | List of poster typepaths we're ok with being printable |
search_categories | List of acceptable search categories for book consoles |
shelves_to_load | List of bookselves to prefill with books |
upload_categories | List of acceptable categories for a book to be |
Procs | |
get_area_books | Returns a list of copied book datums that we consider to be "in" the passed in area at roundstart |
Var Details
books_by_area ![code/controllers/subsystem/library.dm 9](git.png)
List of book datums that we consider to be "in" any one area.
library_areas ![code/controllers/subsystem/library.dm 19](git.png)
List of areas that count as "a library", modified by map config
printable_posters ![code/controllers/subsystem/library.dm 17](git.png)
List of poster typepaths we're ok with being printable
search_categories ![code/controllers/subsystem/library.dm 12](git.png)
List of acceptable search categories for book consoles
shelves_to_load ![code/controllers/subsystem/library.dm 7](git.png)
List of bookselves to prefill with books
upload_categories ![code/controllers/subsystem/library.dm 14](git.png)
List of acceptable categories for a book to be
Proc Details
get_area_books
Returns a list of copied book datums that we consider to be "in" the passed in area at roundstart