|
Freeciv-3.4
|
#include <unittype.h>
Data Fields | |
| enum unit_type_flag_id | flag |
| enum combat_bonus_type | type |
| int | value |
| bool | quiet |
Definition at line 471 of file unittype.h.
| enum unit_type_flag_id combat_bonus::flag |
Definition at line 472 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| bool combat_bonus::quiet |
Definition at line 477 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| enum combat_bonus_type combat_bonus::type |
Definition at line 473 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| int combat_bonus::value |
Definition at line 474 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().