Project Alice
Loading...
Searching...
No Matches
alice_ui::budget_categories Namespace Reference

Variables

constexpr int32_t diplomatic_income = 0
 
constexpr int32_t poor_tax = 1
 
constexpr int32_t middle_tax = 2
 
constexpr int32_t rich_tax = 3
 
constexpr int32_t tariffs_import = 4
 
constexpr int32_t tariffs_export = 5
 
constexpr int32_t gold = 6
 
constexpr int32_t diplomatic_expenses = 7
 
constexpr int32_t social = 8
 
constexpr int32_t military = 9
 
constexpr int32_t education = 10
 
constexpr int32_t admin = 11
 
constexpr int32_t domestic_investment = 12
 
constexpr int32_t overseas_spending = 13
 
constexpr int32_t subsidies = 14
 
constexpr int32_t construction = 15
 
constexpr int32_t army_upkeep = 16
 
constexpr int32_t navy_upkeep = 17
 
constexpr int32_t debt_payment = 18
 
constexpr int32_t stockpile = 19
 
constexpr int32_t category_count = 20
 

Variable Documentation

◆ admin

constexpr int32_t alice_ui::budget_categories::admin = 11
inlineconstexpr

Definition at line 18 of file alice_ui.hpp.

◆ army_upkeep

constexpr int32_t alice_ui::budget_categories::army_upkeep = 16
inlineconstexpr

Definition at line 23 of file alice_ui.hpp.

◆ category_count

constexpr int32_t alice_ui::budget_categories::category_count = 20
inlineconstexpr

Definition at line 27 of file alice_ui.hpp.

◆ construction

constexpr int32_t alice_ui::budget_categories::construction = 15
inlineconstexpr

Definition at line 22 of file alice_ui.hpp.

◆ debt_payment

constexpr int32_t alice_ui::budget_categories::debt_payment = 18
inlineconstexpr

Definition at line 25 of file alice_ui.hpp.

◆ diplomatic_expenses

constexpr int32_t alice_ui::budget_categories::diplomatic_expenses = 7
inlineconstexpr

Definition at line 14 of file alice_ui.hpp.

◆ diplomatic_income

constexpr int32_t alice_ui::budget_categories::diplomatic_income = 0
inlineconstexpr

Definition at line 7 of file alice_ui.hpp.

◆ domestic_investment

constexpr int32_t alice_ui::budget_categories::domestic_investment = 12
inlineconstexpr

Definition at line 19 of file alice_ui.hpp.

◆ education

constexpr int32_t alice_ui::budget_categories::education = 10
inlineconstexpr

Definition at line 17 of file alice_ui.hpp.

◆ gold

constexpr int32_t alice_ui::budget_categories::gold = 6
inlineconstexpr

Definition at line 13 of file alice_ui.hpp.

◆ middle_tax

constexpr int32_t alice_ui::budget_categories::middle_tax = 2
inlineconstexpr

Definition at line 9 of file alice_ui.hpp.

◆ military

constexpr int32_t alice_ui::budget_categories::military = 9
inlineconstexpr

Definition at line 16 of file alice_ui.hpp.

◆ navy_upkeep

constexpr int32_t alice_ui::budget_categories::navy_upkeep = 17
inlineconstexpr

Definition at line 24 of file alice_ui.hpp.

◆ overseas_spending

constexpr int32_t alice_ui::budget_categories::overseas_spending = 13
inlineconstexpr

Definition at line 20 of file alice_ui.hpp.

◆ poor_tax

constexpr int32_t alice_ui::budget_categories::poor_tax = 1
inlineconstexpr

Definition at line 8 of file alice_ui.hpp.

◆ rich_tax

constexpr int32_t alice_ui::budget_categories::rich_tax = 3
inlineconstexpr

Definition at line 10 of file alice_ui.hpp.

◆ social

constexpr int32_t alice_ui::budget_categories::social = 8
inlineconstexpr

Definition at line 15 of file alice_ui.hpp.

◆ stockpile

constexpr int32_t alice_ui::budget_categories::stockpile = 19
inlineconstexpr

Definition at line 26 of file alice_ui.hpp.

◆ subsidies

constexpr int32_t alice_ui::budget_categories::subsidies = 14
inlineconstexpr

Definition at line 21 of file alice_ui.hpp.

◆ tariffs_export

constexpr int32_t alice_ui::budget_categories::tariffs_export = 5
inlineconstexpr

Definition at line 12 of file alice_ui.hpp.

◆ tariffs_import

constexpr int32_t alice_ui::budget_categories::tariffs_import = 4
inlineconstexpr

Definition at line 11 of file alice_ui.hpp.