|
Freeciv-3.1
|
#include <unittype.h>
Data Fields | |
| enum unit_type_flag_id | flag |
| enum combat_bonus_type | type |
| int | value |
| bool | quiet |
Definition at line 447 of file unittype.h.
| enum unit_type_flag_id combat_bonus::flag |
Definition at line 448 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| bool combat_bonus::quiet |
Definition at line 453 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| enum combat_bonus_type combat_bonus::type |
Definition at line 449 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| int combat_bonus::value |
Definition at line 450 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().