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

#include <daidata.h>

Data Fields

struct playeris_allied_with_enemy
 
struct playerat_war_with_ally
 
struct playeris_allied_with_ally
 
signed char spam
 
int distance
 
int countdown
 
enum war_reason war_reason
 
signed char ally_patience
 
signed char asked_about_peace
 
signed char asked_about_alliance
 
signed char asked_about_ceasefire
 
signed char warned_about_space
 

Detailed Description

Definition at line 53 of file daidata.h.

Field Documentation

◆ ally_patience

signed char ai_dip_intel::ally_patience

Definition at line 63 of file daidata.h.

◆ asked_about_alliance

signed char ai_dip_intel::asked_about_alliance

Definition at line 65 of file daidata.h.

◆ asked_about_ceasefire

signed char ai_dip_intel::asked_about_ceasefire

Definition at line 66 of file daidata.h.

◆ asked_about_peace

signed char ai_dip_intel::asked_about_peace

Definition at line 64 of file daidata.h.

◆ at_war_with_ally

struct player* ai_dip_intel::at_war_with_ally

Definition at line 56 of file daidata.h.

◆ countdown

int ai_dip_intel::countdown

Definition at line 61 of file daidata.h.

Referenced by dai_diplomacy_actions(), dai_treaty_accepted(), and war_countdown().

◆ distance

int ai_dip_intel::distance

Definition at line 60 of file daidata.h.

Referenced by dai_war_desire().

◆ is_allied_with_ally

struct player* ai_dip_intel::is_allied_with_ally

Definition at line 57 of file daidata.h.

◆ is_allied_with_enemy

struct player* ai_dip_intel::is_allied_with_enemy

Definition at line 55 of file daidata.h.

◆ spam

signed char ai_dip_intel::spam

Definition at line 59 of file daidata.h.

◆ war_reason

enum war_reason ai_dip_intel::war_reason

Definition at line 62 of file daidata.h.

◆ warned_about_space

signed char ai_dip_intel::warned_about_space

Definition at line 67 of file daidata.h.