Crossfire Server, Branch 1.12  R12190
Data Fields
recipeliststruct Struct Reference

List of recipes with a certain number of ingredients. More...

#include <recipe.h>

Collaboration diagram for recipeliststruct:
Collaboration graph
[legend]

Data Fields

struct recipestructitems
 Pointer to first recipe in this list.
struct recipeliststructnext
 Pointer to next recipe list.
int number
 Number of recipes in this list.
int total_chance
 Total chance of the recipes in this list.

Detailed Description

List of recipes with a certain number of ingredients.

Definition at line 30 of file recipe.h.


Field Documentation

Number of recipes in this list.

Definition at line 32 of file recipe.h.

Referenced by attempt_do_alchemy(), dump_alchemy(), dump_alchemy_costs(), init_formulae(), and init_recipelist().

Total chance of the recipes in this list.

Definition at line 31 of file recipe.h.

Referenced by attempt_do_alchemy(), dump_alchemy(), dump_alchemy_costs(), get_random_recipe(), get_random_recipelist(), init_formulae(), init_recipelist(), and make_formula_book().


The documentation for this struct was generated from the following file: