Crossfire Server, Trunk
recipelist Struct Reference

#include <recipe.h>

+ Collaboration diagram for recipelist:

Data Fields

recipeitems
 
recipelistnext
 
int number
 
int total_chance
 

Detailed Description

List of recipes with a certain number of ingredients.

Definition at line 37 of file recipe.h.

Field Documentation

◆ items

◆ next

◆ number

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().

◆ total_chance

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().


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