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

#include <packets_gen.h>

Data Fields

int category_num
 
int player_id
 
int score
 
int category_score [32]
 
bool winner
 

Detailed Description

Definition at line 93 of file packets_gen.h.

Field Documentation

◆ category_num

int packet_endgame_player::category_num

Definition at line 94 of file packets_gen.h.

Referenced by endgame_report_dialog_player(), and endgame_report::update_report().

◆ category_score

int packet_endgame_player::category_score[32]

Definition at line 97 of file packets_gen.h.

Referenced by endgame_report_dialog_player(), and endgame_report::update_report().

◆ player_id

int packet_endgame_player::player_id

◆ score

int packet_endgame_player::score

Definition at line 96 of file packets_gen.h.

Referenced by endgame_report_dialog_player(), and endgame_report::update_report().

◆ winner

bool packet_endgame_player::winner

Definition at line 98 of file packets_gen.h.

Referenced by handle_endgame_player().