|
Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
| Unit_type_id | unit |
| enum unit_type_flag_id | flag |
| enum combat_bonus_type | type |
| int | value |
| bool | quiet |
Definition at line 1002 of file packets_gen.h.
| enum unit_type_flag_id packet_ruleset_unit_bonus::flag |
Definition at line 1004 of file packets_gen.h.
Referenced by handle_ruleset_unit_bonus().
| bool packet_ruleset_unit_bonus::quiet |
Definition at line 1007 of file packets_gen.h.
Referenced by handle_ruleset_unit_bonus().
| enum combat_bonus_type packet_ruleset_unit_bonus::type |
Definition at line 1005 of file packets_gen.h.
Referenced by handle_ruleset_unit_bonus().
| Unit_type_id packet_ruleset_unit_bonus::unit |
Definition at line 1003 of file packets_gen.h.
Referenced by handle_ruleset_unit_bonus(), and send_ruleset_units().
| int packet_ruleset_unit_bonus::value |
Definition at line 1006 of file packets_gen.h.
Referenced by handle_ruleset_unit_bonus().