SORTIE Core C++ Documentation
|
Structure for holding species-specific float values. More...
#include <DataTypes.h>
Public Attributes | |
int | val |
Value. More... | |
short int | code |
Species code. More... | |
Structure for holding species-specific float values.
An object which does not apply to all species does not need to have data for all species for those data that are species-specific. (Besides, that data may not exist in the first place.) This allows bundling of a value with species code to which it applies.
The naming convention rules are being ignored for these so that they can all use the same internal names - making coding and type-changing easier. Structure for holding species-specific integer values. An object which does not apply to all species does not need to have data for all species for those data that are species-specific. (Besides, that data may not exist in the first place.) This allows bundling of a value with species code to which it applies.
The naming convention rules are being ignored for these so that they can all use the same internal names - making coding and type-changing easier.
short int intVal::code |
Species code.
int intVal::val |
Value.