Crossfire Server, Trunk
|
#include <recipe.h>
Data Fields | |
recipe * | items |
recipelist * | next |
int | number |
int | total_chance |
recipe* recipelist::items |
Pointer to first recipe in this list.
Definition at line 40 of file recipe.h.
Referenced by check_formulae(), check_recipes(), RecipeListWrapper::child(), RecipeListWrapper::childIndex(), RecipeListWrapper::childrenCount(), RecipeListWrapper::displayName(), dump_alchemy(), dump_alchemy_costs(), find_recipe(), free_all_recipes(), get_random_recipe(), init_formulae(), init_recipelist(), knowledge_alchemy_get_recipe(), and make_formula_book().
recipelist* recipelist::next |
Pointer to next recipe list.
Definition at line 41 of file recipe.h.
Referenced by check_formulae(), check_recipes(), dump_alchemy(), dump_alchemy_costs(), free_all_recipes(), get_formulalist(), get_random_recipelist(), init_formulae(), and init_recipelist().
int recipelist::number |
Number of recipes in this list.
Definition at line 39 of file recipe.h.
Referenced by dump_alchemy(), dump_alchemy_costs(), init_formulae(), and init_recipelist().
int recipelist::total_chance |
Total chance of the recipes in this list.
Definition at line 38 of file recipe.h.
Referenced by dump_alchemy(), dump_alchemy_costs(), get_random_recipe(), get_random_recipelist(), init_formulae(), init_recipelist(), and make_formula_book().