Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
mapgen_valleys.cpp File Reference
#include "mapgen.h"
#include "voxel.h"
#include "noise.h"
#include "mapblock.h"
#include "mapnode.h"
#include "map.h"
#include "nodedef.h"
#include "voxelalgorithms.h"
#include "settings.h"
#include "emerge.h"
#include "dungeongen.h"
#include "mg_biome.h"
#include "mg_ore.h"
#include "mg_decoration.h"
#include "mapgen_valleys.h"
#include "cavegen.h"
#include <cmath>
+ Include dependency graph for mapgen_valleys.cpp:

Variables

FlagDesc flagdesc_mapgen_valleys []
 

Variable Documentation

◆ flagdesc_mapgen_valleys

FlagDesc flagdesc_mapgen_valleys[]
Initial value:
= {
{"altitude_chill", MGVALLEYS_ALT_CHILL},
{"humid_rivers", MGVALLEYS_HUMID_RIVERS},
{"vary_river_depth", MGVALLEYS_VARY_RIVER_DEPTH},
{"altitude_dry", MGVALLEYS_ALT_DRY},
{NULL, 0}
}
#define MGVALLEYS_ALT_CHILL
Definition: mapgen_valleys.h:32
#define MGVALLEYS_VARY_RIVER_DEPTH
Definition: mapgen_valleys.h:34
#define MGVALLEYS_HUMID_RIVERS
Definition: mapgen_valleys.h:33
#define MGVALLEYS_ALT_DRY
Definition: mapgen_valleys.h:35

Referenced by MapgenValleysParams::readParams(), MapgenValleysParams::setDefaultSettings(), and MapgenValleysParams::writeParams().