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

#include <messagewin_common.h>

Data Fields

char * descr
 
struct text_tag_list * tags
 
struct tiletile
 
enum event_type event
 
bool location_ok
 
bool city_ok
 
bool visited
 
int turn
 
int phase
 

Detailed Description

Definition at line 29 of file messagewin_common.h.

Field Documentation

◆ city_ok

bool message::city_ok

◆ descr

char* message::descr

◆ event

enum event_type message::event

◆ location_ok

bool message::location_ok

◆ phase

int message::phase

Definition at line 38 of file messagewin_common.h.

Referenced by meswin_add(), and meswin_clear_older().

◆ tags

struct text_tag_list* message::tags

Definition at line 31 of file messagewin_common.h.

Referenced by meswin_add(), and meswin_clear_older().

◆ tile

struct tile* message::tile

Definition at line 32 of file messagewin_common.h.

Referenced by meswin_add(), meswin_popup_city(), and real_meswin_dialog_update().

◆ turn

int message::turn

Definition at line 37 of file messagewin_common.h.

Referenced by meswin_add(), and meswin_clear_older().

◆ visited

bool message::visited