[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /std/book_dir.c</h2>
Make a book with all the files in a dir.
<p>Written by Pinkfish
<h2>Inherits</h2>
This class inherits the following classes <a href="std.book.c.shtml">/std/book.c</a><h2>Includes</h2>
This class includes the following files <a href="include.nroff.h.shtml">/include/nroff.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#query_language">query_language</a>()<br/>
Returns the language of the book

<li><a href="#set_book_dir">set_book_dir</a>(string)<br/>
Sets the directory to look for the book pages in.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="query_language">
query_language</a><pre>
string query_language()
</pre></br>
Returns the language of the book


<ul><a name="set_book_dir">
set_book_dir</a><pre>
void set_book_dir(string dir)
</pre></br>
Sets the directory to look for the book pages in.  It scans every
file in this dir to get the pages for the book.
This sets the default paper to /obj/misc/nroff_paper.c
<br/><ul>
<li><b>Parameters:</b>
<br/>dir - the directory in which to search
<li><b>See also:</b>
<br/>/obj/misc/nroff_paper.c<li><b>Example:</b>
<br/><pre>inherit "/std/book_dir";

void setup() {
   ...
   set_book_dir("/save/books/dead/dead_page");
   ...
} /* setup() */
</pre></dl>


[an error occurred while processing this directive]

