Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
vision_site Struct Reference

#include <vision.h>

Data Fields

charname
 
struct tilelocation
 
struct playerowner
 
struct playeroriginal
 
int identity
 
citizens size
 
bool occupied
 
int walls
 
bool happy
 
bool unhappy
 
int style
 
int city_image
 
enum capital_type capital
 
bv_imprs improvements
 

Detailed Description

Definition at line 109 of file vision.h.

Field Documentation

◆ capital

enum capital_type vision_site::capital

Definition at line 124 of file vision.h.

Referenced by update_dumb_city().

◆ city_image

int vision_site::city_image

Definition at line 123 of file vision.h.

Referenced by update_dumb_city().

◆ happy

bool vision_site::happy

Definition at line 120 of file vision.h.

Referenced by update_dumb_city().

◆ identity

int vision_site::identity

Definition at line 115 of file vision.h.

Referenced by really_give_tile_info_from_player_to_player(), and vision_site_new().

◆ improvements

bv_imprs vision_site::improvements

Definition at line 126 of file vision.h.

Referenced by update_dumb_city().

◆ location

struct tile* vision_site::location

Definition at line 111 of file vision.h.

Referenced by vision_site_new().

◆ name

char* vision_site::name

Definition at line 110 of file vision.h.

Referenced by vision_site_copy().

◆ occupied

bool vision_site::occupied

Definition at line 118 of file vision.h.

Referenced by update_dumb_city().

◆ original

struct player* vision_site::original

Definition at line 113 of file vision.h.

◆ owner

struct player* vision_site::owner

Definition at line 112 of file vision.h.

◆ size

citizens vision_site::size

Definition at line 116 of file vision.h.

◆ style

int vision_site::style

Definition at line 122 of file vision.h.

Referenced by update_dumb_city().

◆ unhappy

bool vision_site::unhappy

Definition at line 121 of file vision.h.

Referenced by update_dumb_city().

◆ walls

int vision_site::walls

Definition at line 119 of file vision.h.

Referenced by update_dumb_city().