Crossfire Server, Trunk
recipeliststruct Struct Reference

#include <recipe.h>

+ Collaboration diagram for recipeliststruct:

Data Fields

struct recipestructitems
 
struct recipeliststructnext
 
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

struct recipeliststruct* recipeliststruct::next

◆ number

int recipeliststruct::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 recipeliststruct::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: