|
Freeciv-3.2
|
#include <unittype.h>
Data Fields | |
| enum unit_type_flag_id | flag |
| enum combat_bonus_type | type |
| int | value |
| bool | quiet |
Definition at line 466 of file unittype.h.
| enum unit_type_flag_id combat_bonus::flag |
Definition at line 467 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| bool combat_bonus::quiet |
Definition at line 472 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| enum combat_bonus_type combat_bonus::type |
Definition at line 468 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().
| int combat_bonus::value |
Definition at line 469 of file unittype.h.
Referenced by handle_ruleset_unit_bonus(), and lookup_cbonus_list().