Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
player_tile Struct Reference

#include <maphand.h>

Data Fields

struct vision_sitesite
 
struct extra_typeresource
 
struct terrainterrain
 
struct playerowner
 
struct playerextras_owner
 
struct dbv extras
 
v_radius_t own_seen
 
v_radius_t seen_count
 
short last_updated
 

Detailed Description

Definition at line 30 of file maphand.h.

Field Documentation

◆ extras

struct dbv player_tile::extras

Definition at line 36 of file maphand.h.

Referenced by really_give_tile_info_from_player_to_player().

◆ extras_owner

struct player* player_tile::extras_owner

◆ last_updated

short player_tile::last_updated

◆ own_seen

v_radius_t player_tile::own_seen

Definition at line 42 of file maphand.h.

◆ owner

struct player* player_tile::owner

◆ resource

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().

◆ seen_count

v_radius_t player_tile::seen_count

Definition at line 43 of file maphand.h.

Referenced by map_get_seen().

◆ site

struct vision_site* player_tile::site

◆ terrain

struct terrain* player_tile::terrain

Definition at line 33 of file maphand.h.

Referenced by really_give_tile_info_from_player_to_player().