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

#include <packets_gen.h>

Data Fields

int playerno
 
char name [MAX_LEN_NAME]
 
char username [MAX_LEN_NAME]
 
bool unassigned_user
 
int score
 
bool is_male
 
bool was_created
 
Government_type_id government
 
Government_type_id target_government
 
bool real_embassy [MAX_NUM_PLAYER_SLOTS]
 
enum mood_type mood
 
int style
 
int music_style
 
Nation_type_id nation
 
int team
 
bool is_ready
 
bool phase_done
 
int nturns_idle
 
int turns_alive
 
bool is_alive
 
int gold
 
int tax
 
int science
 
int luxury
 
int infrapoints
 
int tech_upkeep
 
int science_cost
 
bool is_connected
 
int revolution_finishes
 
enum ai_level ai_skill_level
 
enum barbarian_type barbarian_type
 
bv_player gives_shared_vision
 
int history
 
int culture
 
int love [MAX_NUM_PLAYER_SLOTS]
 
bool color_valid
 
bool color_changeable
 
int color_red
 
int color_green
 
int color_blue
 
bv_plr_flags flags
 
int wonders [B_LAST]
 
int multip_count
 
int multiplier [MAX_NUM_MULTIPLIERS]
 
int multiplier_target [MAX_NUM_MULTIPLIERS]
 
int multiplier_changed [MAX_NUM_MULTIPLIERS]
 

Detailed Description

Definition at line 519 of file packets_gen.h.

Field Documentation

◆ ai_skill_level

enum ai_level packet_player_info::ai_skill_level

◆ barbarian_type

enum barbarian_type packet_player_info::barbarian_type

◆ color_blue

int packet_player_info::color_blue

◆ color_changeable

bool packet_player_info::color_changeable

◆ color_green

int packet_player_info::color_green

◆ color_red

int packet_player_info::color_red

◆ color_valid

bool packet_player_info::color_valid

◆ culture

int packet_player_info::culture

◆ flags

bv_plr_flags packet_player_info::flags

◆ gives_shared_vision

bv_player packet_player_info::gives_shared_vision

◆ gold

int packet_player_info::gold

◆ government

Government_type_id packet_player_info::government

◆ history

int packet_player_info::history

◆ infrapoints

int packet_player_info::infrapoints

◆ is_alive

bool packet_player_info::is_alive

◆ is_connected

bool packet_player_info::is_connected

◆ is_male

bool packet_player_info::is_male

◆ is_ready

bool packet_player_info::is_ready

◆ love

int packet_player_info::love[MAX_NUM_PLAYER_SLOTS]

◆ luxury

int packet_player_info::luxury

◆ mood

enum mood_type packet_player_info::mood

◆ multip_count

int packet_player_info::multip_count

◆ multiplier

int packet_player_info::multiplier[MAX_NUM_MULTIPLIERS]

◆ multiplier_changed

int packet_player_info::multiplier_changed[MAX_NUM_MULTIPLIERS]

◆ multiplier_target

int packet_player_info::multiplier_target[MAX_NUM_MULTIPLIERS]

◆ music_style

int packet_player_info::music_style

◆ name

char packet_player_info::name[MAX_LEN_NAME]

◆ nation

Nation_type_id packet_player_info::nation

◆ nturns_idle

int packet_player_info::nturns_idle

◆ phase_done

bool packet_player_info::phase_done

◆ playerno

int packet_player_info::playerno

◆ real_embassy

bool packet_player_info::real_embassy[MAX_NUM_PLAYER_SLOTS]

◆ revolution_finishes

int packet_player_info::revolution_finishes

◆ science

int packet_player_info::science

◆ science_cost

int packet_player_info::science_cost

◆ score

int packet_player_info::score

◆ style

int packet_player_info::style

◆ target_government

Government_type_id packet_player_info::target_government

◆ tax

int packet_player_info::tax

◆ team

int packet_player_info::team

◆ tech_upkeep

int packet_player_info::tech_upkeep

◆ turns_alive

int packet_player_info::turns_alive

◆ unassigned_user

bool packet_player_info::unassigned_user

◆ username

char packet_player_info::username[MAX_LEN_NAME]

◆ was_created

bool packet_player_info::was_created

◆ wonders

int packet_player_info::wonders[B_LAST]