Table of Contents

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

VarID N/A (AttributesPixel is not a valid variable type.)
MapID MAP_AttributesMap.