[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>Inherits</h2>
This class inherits the following classes /std/object.c<h2>Method index</h2>
<ul>
<li><a href="#add_price">add_price</a>(string, string, int)<li><a href="#get_data_file">get_data_file</a>(string)<li><a href="#imp_effect">imp_effect</a>(string)<li><a href="#init_data">init_data</a>(string)<li><a href="#look_up">look_up</a>(string)<li><a href="#modify_price">modify_price</a>(string, string, int)<li><a href="#query_available_datatypes">query_available_datatypes</a>()<li><a href="#query_price">query_price</a>(string, string)<li><a href="#remove_price">remove_price</a>(string, string)<li><a href="#save_data_file">save_data_file</a>(string)</ul>
<h2>Public Functions</h2>
These are functions that everyone can access.<p>
<dl>
<dt class="autodocfuncname"><a name="add_price">
add_price</a><pre class="autodocfuncdef">
int add_price(string word1,
              string word2,
              int number)
</pre>
<dt class="autodocfuncname"><a name="get_data_file">
get_data_file</a><pre class="autodocfuncdef">
int get_data_file(string word)
</pre>
<dt class="autodocfuncname"><a name="imp_effect">
imp_effect</a><pre class="autodocfuncdef">
void imp_effect(string phrase)
</pre>
<dt class="autodocfuncname"><a name="init_data">
init_data</a><pre class="autodocfuncdef">
void init_data(string word)
</pre>
<dt class="autodocfuncname"><a name="look_up">
look_up</a><pre class="autodocfuncdef">
int look_up(string word)
</pre>
<dt class="autodocfuncname"><a name="modify_price">
modify_price</a><pre class="autodocfuncdef">
int modify_price(string word1,
                 string word2,
                 int number)
</pre>
<dt class="autodocfuncname"><a name="query_available_datatypes">
query_available_datatypes</a><pre class="autodocfuncdef">
string * query_available_datatypes()
</pre>
<dt class="autodocfuncname"><a name="query_price">
query_price</a><pre class="autodocfuncdef">
int query_price(string word1,
                string word2)
</pre>
<dt class="autodocfuncname"><a name="remove_price">
remove_price</a><pre class="autodocfuncdef">
int remove_price(string word1,
                 string word2)
</pre>
<dt class="autodocfuncname"><a name="save_data_file">
save_data_file</a><pre class="autodocfuncdef">
void save_data_file(string word)
</pre>
</dl>
[an error occurred while processing this directive]

