Planeshift
Recipe::Requirement Struct Reference

Data structure to keep information about requirements. More...

#include <recipe.h>

Public Attributes

csString buffer
 Use this buffer to store name for recipe to use later. More...
 
csString name
 Name of the requirement. More...
 
csString quantity
 Number needed. More...
 
csString recipe
 If requirement isn't meet use this recipe to get it. More...
 
csString reqText
 The unparsed requirment function for this. More...
 
RequirementType type
 Type. Can be workforce, resource, item, knowledge. More...
 

Detailed Description

Data structure to keep information about requirements.

Definition at line 74 of file recipe.h.

Member Data Documentation

csString Recipe::Requirement::buffer

Use this buffer to store name for recipe to use later.

Definition at line 80 of file recipe.h.

csString Recipe::Requirement::name

Name of the requirement.

Definition at line 77 of file recipe.h.

csString Recipe::Requirement::quantity

Number needed.

Definition at line 78 of file recipe.h.

csString Recipe::Requirement::recipe

If requirement isn't meet use this recipe to get it.

Definition at line 79 of file recipe.h.

csString Recipe::Requirement::reqText

The unparsed requirment function for this.

Definition at line 81 of file recipe.h.

RequirementType Recipe::Requirement::type

Type. Can be workforce, resource, item, knowledge.

Definition at line 76 of file recipe.h.


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