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

#include <city.h>

Public Attributes

int index
 
const char * name
 
const char * id
 
bool harvested
 
enum output_unhappy_penalty unhappy_penalty
 

Detailed Description

Definition at line 231 of file city.h.

Member Data Documentation

◆ harvested

bool output_type::harvested

Definition at line 235 of file city.h.

Referenced by helptext_government().

◆ id

const char* output_type::id

Definition at line 234 of file city.h.

Referenced by get_output_identifier().

◆ index

int output_type::index

Definition at line 232 of file city.h.

Referenced by is_req_active().

◆ name

const char* output_type::name

Definition at line 233 of file city.h.

Referenced by helptext_government().

◆ unhappy_penalty

enum output_unhappy_penalty output_type::unhappy_penalty

Definition at line 235 of file city.h.