Freeciv21
Develop your civilization from humble roots to a global empire
DataFilter Struct Reference

Passed as data to rand_map_pos_filtered() by rand_map_pos_characteristic() More...

Public Attributes

wetness_c wc
 
temperature_type tc
 
miscellaneous_c mc
 

Detailed Description

Passed as data to rand_map_pos_filtered() by rand_map_pos_characteristic()

Definition at line 156 of file mapgen.cpp.

Member Data Documentation

◆ mc

miscellaneous_c DataFilter::mc

Definition at line 159 of file mapgen.cpp.

Referenced by condition_filter(), and rand_map_pos_characteristic().

◆ tc

temperature_type DataFilter::tc

Definition at line 158 of file mapgen.cpp.

Referenced by condition_filter(), and rand_map_pos_characteristic().

◆ wc

wetness_c DataFilter::wc

Definition at line 157 of file mapgen.cpp.

Referenced by condition_filter(), and rand_map_pos_characteristic().