Freeciv-3.3
|
#include <maphand.h>
Data Fields | |
struct vision_site * | site |
struct extra_type * | resource |
struct terrain * | terrain |
struct player * | owner |
struct player * | extras_owner |
struct dbv | extras |
v_radius_t | own_seen |
v_radius_t | seen_count |
short | last_updated |
Definition at line 36 of file maphand.h.
Referenced by really_give_tile_info_from_player_to_player().
Definition at line 35 of file maphand.h.
Referenced by really_give_tile_info_from_player_to_player(), sg_load_player_vision(), and sg_load_player_vision().
short player_tile::last_updated |
Definition at line 44 of file maphand.h.
Referenced by really_give_tile_info_from_player_to_player(), sg_save_player_vision(), and update_player_tile_last_seen().
v_radius_t player_tile::own_seen |
Definition at line 34 of file maphand.h.
Referenced by really_give_tile_info_from_player_to_player(), sg_load_player_vision(), and sg_load_player_vision().
struct extra_type* player_tile::resource |
Definition at line 32 of file maphand.h.
Referenced by really_give_tile_info_from_player_to_player(), and sg_save_player_vision().
v_radius_t player_tile::seen_count |
Definition at line 43 of file maphand.h.
Referenced by map_get_seen().
struct vision_site* player_tile::site |
Definition at line 31 of file maphand.h.
Referenced by change_playertile_site(), and really_give_tile_info_from_player_to_player().
Definition at line 33 of file maphand.h.
Referenced by really_give_tile_info_from_player_to_player().