L3DT documentation
Large 3D terrain generator

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.
 
zeolite/types/attributespixel.txt · Last modified: 2017/08/31 06:43 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki