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

Public Attributes

char food
 
char trade
 
char shield
 
int sum
 
int reserved
 
int turn
 

Detailed Description

Definition at line 111 of file aisettler.cpp.

Member Data Documentation

◆ food

char tile_data_cache::food

Definition at line 112 of file aisettler.cpp.

Referenced by cityresult_fill(), and tile_data_cache_copy().

◆ reserved

int tile_data_cache::reserved

Definition at line 118 of file aisettler.cpp.

Referenced by cityresult_fill(), print_cityresult(), and tile_data_cache_copy().

◆ shield

char tile_data_cache::shield

Definition at line 114 of file aisettler.cpp.

Referenced by cityresult_fill(), and tile_data_cache_copy().

◆ sum

int tile_data_cache::sum

Definition at line 116 of file aisettler.cpp.

Referenced by cityresult_fill(), and tile_data_cache_copy().

◆ trade

char tile_data_cache::trade

Definition at line 113 of file aisettler.cpp.

Referenced by cityresult_fill(), and tile_data_cache_copy().

◆ turn

int tile_data_cache::turn

Definition at line 120 of file aisettler.cpp.

Referenced by tdc_plr_get(), tile_data_cache_copy(), and tile_data_cache_new().