AttributesPixel is the map pixel data type for maps initialised as MAP_AttributesMap.
In Zeolite_defines.h:
typedef struct { unsigned char ClimateID; unsigned char LandTypeID; } AttributesPixel;
| Member name | Type | Comments | 
|---|---|---|
| ClimateID | unsigned char | The integer ID number of the climate in the project's climate list (0…255). | 
| LandTypeID | unsigned char | The integer ID of the land type within the specified climate (1…255, 0 is reserved). |