![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Include dependency graph for aiactions.cpp:Go to the source code of this file.
Functions | |
| bool | aia_utype_is_considered_spy_vs_city (const struct unit_type *putype) |
| Returns TRUE if the specified unit type is able to perform diplomatic actions against cities. More... | |
| bool | aia_utype_is_considered_spy (const struct unit_type *putype) |
| Returns TRUE if the specified unit type is able to perform diplomatic actions. More... | |
| bool | aia_utype_is_considered_caravan_trade (const struct unit_type *putype) |
| Returns TRUE if the specified unit type is able to perform trade caravan actions. More... | |
| bool | aia_utype_is_considered_worker (const struct unit_type *putype) |
| Returns TRUE if the specified unit type is able to perform worker actions. More... | |
| bool aia_utype_is_considered_caravan_trade | ( | const struct unit_type * | putype | ) |
Returns TRUE if the specified unit type is able to perform trade caravan actions.
Definition at line 57 of file aiactions.cpp.
Referenced by pft_enable_default_actions().
| bool aia_utype_is_considered_spy | ( | const struct unit_type * | putype | ) |
Returns TRUE if the specified unit type is able to perform diplomatic actions.
Definition at line 45 of file aiactions.cpp.
Referenced by is_city_surrounded_by_our_spies(), and pft_enable_default_actions().
| bool aia_utype_is_considered_spy_vs_city | ( | const struct unit_type * | putype | ) |
Returns TRUE if the specified unit type is able to perform diplomatic actions against cities.
Definition at line 21 of file aiactions.cpp.
Referenced by aia_utype_is_considered_spy(), and dai_data_phase_begin().
| bool aia_utype_is_considered_worker | ( | const struct unit_type * | putype | ) |
Returns TRUE if the specified unit type is able to perform worker actions.
Definition at line 67 of file aiactions.cpp.
Referenced by dai_diplomat_bribe_nearby().