Freeciv-3.2
Loading...
Searching...
No Matches
aiactions.c
Go to the documentation of this file.
1/***********************************************************************
2 Freeciv - Copyright (C) 2020 - The Freeciv Project contributors.
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12***********************************************************************/
13
14#ifdef HAVE_CONFIG_H
15#include <fc_config.h>
16#endif
17
18/* common */
19#include "unittype.h"
20
21#include "aiactions.h"
22
23/**********************************************************************/
46
47/**********************************************************************/
61
62/**********************************************************************/
73
74/**********************************************************************/
84
85/**********************************************************************/
bool aia_utype_is_considered_caravan_trade(const struct unit_type *putype)
Definition aiactions.c:66
bool aia_utype_is_considered_spy_vs_city(const struct unit_type *putype)
Definition aiactions.c:27
bool aia_utype_is_considered_spy(const struct unit_type *putype)
Definition aiactions.c:51
bool aia_utype_is_considered_caravan(const struct unit_type *putype)
Definition aiactions.c:78
bool aia_utype_is_considered_worker(const struct unit_type *putype)
Definition aiactions.c:89
char * incite_cost
Definition comments.c:75
bool utype_can_do_action_result(const struct unit_type *putype, enum action_result result)
Definition unittype.c:387