====== AttributesPixel ====== ===== Description ===== ''AttributesPixel'' is the map pixel data type for maps initialised as MAP_AttributesMap. ===== Definition ===== //In Zeolite_defines.h: // typedef struct { unsigned char ClimateID; unsigned char LandTypeID; } AttributesPixel; ===== Member data ===== ^ 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). | ===== Type identifiers ===== ^ [[zeolite:VarID]] | N/A (AttributesPixel is not a valid variable type.) | ^ [[zeolite:MapID]] | MAP_AttributesMap. |