dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Macros
Crop Flags

Flags which affect an individual CROP_PLOT. More...

Collaboration diagram for Crop Flags:

Macros

#define CROP_FLAG_ACTIVE   0x04
 CROP_PLOT::flags indicating plot is active (tilled).
 
#define CROP_FLAG_STAGE_MASK   0x03
 CROP_PLOT::flags mask of current crop growth stage.
 

Detailed Description

Flags which affect an individual CROP_PLOT.

Macro Definition Documentation

◆ CROP_FLAG_STAGE_MASK

#define CROP_FLAG_STAGE_MASK   0x03

CROP_PLOT::flags mask of current crop growth stage.

Stages are as follows:

0. Seed (if CROP_PLOT::crop_name[0] != 0)

  1. Bud
  2. Intermediate
  3. Mature / Ready for Harvest