|
|
[Package Index | Mudlib Index | Effect Index]
Inherits
This class inherits the following classes /std/object.cMethod index
Public Functions
These are functions that everyone can access.
-
add_price
int add_price(string word1,
string word2,
int number)
-
get_data_file
int get_data_file(string word)
-
imp_effect
void imp_effect(string phrase)
-
init_data
void init_data(string word)
-
look_up
int look_up(string word)
-
modify_price
int modify_price(string word1,
string word2,
int number)
-
query_available_datatypes
string * query_available_datatypes()
-
query_price
int query_price(string word1,
string word2)
-
remove_price
int remove_price(string word1,
string word2)
-
save_data_file
void save_data_file(string word)
|