Files
Paradise/datum/ui_module/library_manager.html

1 line
4.4 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/ui_module/library_manager - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/ui_module/library_manager.html#var">Var Details</a></header><main><h1>library_manager <aside>/<a href="datum.html">datum</a>/<a href="datum/ui_module/library_manager.html">ui_module/library_manager</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L10"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 10"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/ui_module/library_manager.html#var/cached_books">cached_books</a></th><td>Where we will store our cachedbook datums</td></tr><tr><th><a href="datum/ui_module/library_manager.html#var/page_state">page_state</a></th><td>TGUI page we are currently on</td></tr><tr><th><a href="datum/ui_module/library_manager.html#var/reports">reports</a></th><td>list of assoc lists detailing each invidual reports, can contain multiple reports for same book</td></tr><tr><th><a href="datum/ui_module/library_manager.html#var/selected_ckey">selected_ckey</a></th><td>Ckey's books we are viewing</td></tr><tr><th><a href="datum/ui_module/library_manager.html#var/view_book">view_book</a></th><td>information for the book we are opening in browserui</td></tr><tr><th><a href="datum/ui_module/library_manager.html#var/view_book_page">view_book_page</a></th><td>browserui helper variable for turning pages in book</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/cached_books"><aside class="declaration">var </aside>cached_books <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 13"></a></h3><p>Where we will store our cachedbook datums</p><h3 id="var/page_state"><aside class="declaration">var </aside>page_state <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 18"></a></h3><p>TGUI page we are currently on</p><h3 id="var/reports"><aside class="declaration">var </aside>reports <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 15"></a></h3><p>list of assoc lists detailing each invidual reports, can contain multiple reports for same book</p><h3 id="var/selected_ckey"><aside class="declaration">var </aside>selected_ckey <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 20"></a></h3><p>Ckey's books we are viewing</p><h3 id="var/view_book"><aside class="declaration">var </aside>view_book <aside> /<a href="datum.html">datum</a>/<a href="datum/cachedbook.html">cachedbook</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 23"></a></h3><p>information for the book we are opening in browserui</p><h3 id="var/view_book_page"><aside class="declaration">var </aside>view_book_page <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/library/library_admin.dm#L25"><img src="git.png" width="16" height="16" title="code/modules/library/library_admin.dm 25"></a></h3><p>browserui helper variable for turning pages in book</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>