SORTIE Core C++ Documentation
|
Holds setup information for a single behavior object. More...
#include <Behaviors.h>
Public Attributes | |
std::string | sNameString |
The name string of the behavior. More... | |
float | fVersion |
Behavior version number in the parameter file. More... | |
short int | iBehaviorListNumber |
The number of this behavior in the behavior list, to differentiate between possible multiple copies of a behavior. More... | |
short int | iNumCombos |
The number of species/type combos to which to apply to this behavior (if any). More... | |
stcSpeciesTypeCombo * | p_whatCombos |
Array of species/type combos. More... | |
Holds setup information for a single behavior object.
float clBehaviorManager::behaviorData::fVersion |
Behavior version number in the parameter file.
short int clBehaviorManager::behaviorData::iBehaviorListNumber |
The number of this behavior in the behavior list, to differentiate between possible multiple copies of a behavior.
short int clBehaviorManager::behaviorData::iNumCombos |
The number of species/type combos to which to apply to this behavior (if any).
stcSpeciesTypeCombo* clBehaviorManager::behaviorData::p_whatCombos |
Array of species/type combos.
std::string clBehaviorManager::behaviorData::sNameString |
The name string of the behavior.
This must be one that the behavior manager knows as a class in this project.