Space Station 13 - Modules - TypesDefine Details

code/modules/library/library_computer.dm

LIBRARY_BOOKS_PER_PAGEDefines how many player books appear on the player book archive TGUI tab
LOGIN_FULLLogin state for our computer, this state grants full access to functions
LOGIN_PUBLICLogin state for our computer, this state grants basic access to functions
PRINTING_COOLDOWNWait time before printing another book, used to prevent spam
/obj/machinery/computer/libraryThis is the player facing machine that handles all library functions

Define Details

LIBRARY_BOOKS_PER_PAGE

Defines how many player books appear on the player book archive TGUI tab

LOGIN_FULL

Login state for our computer, this state grants full access to functions

LOGIN_PUBLIC

Login state for our computer, this state grants basic access to functions

PRINTING_COOLDOWN

Wait time before printing another book, used to prevent spam