diff options
Diffstat (limited to 'src/script/api/ai_changelog.hpp')
-rw-r--r-- | src/script/api/ai_changelog.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/script/api/ai_changelog.hpp b/src/script/api/ai_changelog.hpp index d69af4324..28e30ccf7 100644 --- a/src/script/api/ai_changelog.hpp +++ b/src/script/api/ai_changelog.hpp @@ -21,6 +21,7 @@ * * API additions: * + * \li AIAirport::GetMaintenanceCostFactor * \li AICargo::CT_AUTO_REFIT * \li AICargo::CT_NO_REFIT * \li AICargo::IsValidTownEffect @@ -32,9 +33,12 @@ * \li AICompany::GetQuarterlyCompanyValue * \li AIController::GetOpsTillSuspend * \li AIInfo::CONFIG_DEVELOPER + * \li AIInfrastructure * \li AIOrder::GetOrderRefit * \li AIOrder::IsRefitOrder * \li AIOrder::SetOrderRefit + * \li AIRail::GetMaintenanceCostFactor + * \li AIRoad::GetMaintenanceCostFactor * \li AITown::GetCargoGoal * \li AITown::GetGrowthRate * \li AITown::GetLastMonthReceived |