![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | city_culture (const struct city *pcity) |
| Return current culture score of the city. More... | |
| int | city_history_gain (const struct city *pcity) |
| How much history city gains this turn. More... | |
| int | player_culture (const struct player *plr) |
| Return current culture score of the player. More... | |
| int | nation_history_gain (const struct player *pplayer) |
| How much nation-wide history player gains this turn. More... | |
| int city_culture | ( | const struct city * | pcity | ) |
Return current culture score of the city.
Definition at line 23 of file culture.cpp.
Referenced by achievement_check(), api_methods_city_culture_get(), city_migration_score(), package_city(), and player_culture().
| int city_history_gain | ( | const struct city * | pcity | ) |
How much history city gains this turn.
Definition at line 31 of file culture.cpp.
Referenced by cr_entry_history(), get_city_dialog_culture_text(), get_info_label_text_popup(), and update_city_activity().
| int nation_history_gain | ( | const struct player * | pplayer | ) |
How much nation-wide history player gains this turn.
Does NOT include history gains of individual cities.
Definition at line 54 of file culture.cpp.
Referenced by end_phase(), and get_info_label_text_popup().
| int player_culture | ( | const struct player * | plr | ) |
Return current culture score of the player.
Definition at line 40 of file culture.cpp.
Referenced by achievement_check(), api_methods_player_culture_get(), calc_civ_score(), and package_player_info().