Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
packet_unit_combat_info Struct Reference

#include <packets_gen.h>

Data Fields

int attacker_unit_id
 
int defender_unit_id
 
int attacker_hp
 
int defender_hp
 
bool make_att_veteran
 
bool make_def_veteran
 

Detailed Description

Definition at line 692 of file packets_gen.h.

Field Documentation

◆ attacker_hp

int packet_unit_combat_info::attacker_hp

Definition at line 695 of file packets_gen.h.

Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().

◆ attacker_unit_id

int packet_unit_combat_info::attacker_unit_id

◆ defender_hp

int packet_unit_combat_info::defender_hp

Definition at line 696 of file packets_gen.h.

Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().

◆ defender_unit_id

int packet_unit_combat_info::defender_unit_id

Definition at line 694 of file packets_gen.h.

Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().

◆ make_att_veteran

bool packet_unit_combat_info::make_att_veteran

Definition at line 697 of file packets_gen.h.

Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().

◆ make_def_veteran

bool packet_unit_combat_info::make_def_veteran

Definition at line 698 of file packets_gen.h.

Referenced by handle_unit_combat_info(), and send_packet_unit_combat_info_100().