#include <Behaviors.h>
Public Attributes | |
char | cNameString [MAX_NAMESTRING_SIZE] |
The name string of the behavior. | |
float | fVersion |
Behavior version number in the parameter file. | |
short int | iNumCombos |
The number of species/type combos to which to apply to this behavior (if any). | |
stcSpeciesTypeCombo * | p_whatCombos |
Array of species/type combos. |
|
The name string of the behavior. This must be one that the behavior manager knows as a class in this project. |