Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
tile_data_cache Struct Reference

Data Fields

short food
 
short trade
 
short shield
 
int sum
 
int reserved
 
int turn
 

Detailed Description

Definition at line 119 of file daisettler.c.

Field Documentation

◆ food

short tile_data_cache::food

Definition at line 120 of file daisettler.c.

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

◆ reserved

int tile_data_cache::reserved

Definition at line 126 of file daisettler.c.

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

◆ shield

short tile_data_cache::shield

Definition at line 122 of file daisettler.c.

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

◆ sum

int tile_data_cache::sum

Definition at line 124 of file daisettler.c.

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

◆ trade

short tile_data_cache::trade

Definition at line 121 of file daisettler.c.

Referenced by cityresult_fill(), and tile_data_cache_copy().

◆ turn

int tile_data_cache::turn

Definition at line 128 of file daisettler.c.

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