Planeshift
RecipeManager::TribeData Struct Reference

Keeps details of all tribes enrolled in the manager. More...

#include <recipe.h>

Public Attributes

csString aggressivity
 
csString brain
 
int currentStep
 Keeps the step the tribe is currently at in the recipe. More...
 
csString global
 Holds the parent NPCType available for the whole tribe. More...
 
csString growth
 
csString sleepPeriod
 
RecipetribalRecipe
 Recipe keeping tribe information. More...
 
int tribeID
 
csString unity
 

Detailed Description

Keeps details of all tribes enrolled in the manager.

Definition at line 152 of file recipe.h.

Member Data Documentation

csString RecipeManager::TribeData::aggressivity

Definition at line 159 of file recipe.h.

csString RecipeManager::TribeData::brain

Definition at line 160 of file recipe.h.

int RecipeManager::TribeData::currentStep

Keeps the step the tribe is currently at in the recipe.

Definition at line 156 of file recipe.h.

csString RecipeManager::TribeData::global

Holds the parent NPCType available for the whole tribe.

Definition at line 166 of file recipe.h.

csString RecipeManager::TribeData::growth

Definition at line 161 of file recipe.h.

csString RecipeManager::TribeData::sleepPeriod

Definition at line 163 of file recipe.h.

Recipe* RecipeManager::TribeData::tribalRecipe

Recipe keeping tribe information.

Definition at line 155 of file recipe.h.

int RecipeManager::TribeData::tribeID

Definition at line 154 of file recipe.h.

csString RecipeManager::TribeData::unity

Definition at line 162 of file recipe.h.


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