Project Alice
|
#include <system_state.hpp>
Public Attributes | |
bool | always_allow_wargoals = false |
bool | always_allow_reforms = false |
bool | always_accept_deals = false |
bool | show_province_id_tooltip = false |
bool | instant_army = false |
bool | instant_industry = false |
std::vector< dcon::nation_id > | instant_research_nations |
bool | daily_oos_check = false |
bool | province_names = false |
bool | ecodump = false |
std::string | national_economy_dump_buffer |
std::string | prices_dump_buffer |
std::string | demand_dump_buffer |
std::string | supply_dump_buffer |
bool | instant_navy = false |
bool | always_allow_decisions = false |
bool | always_potential_decisions = false |
Definition at line 408 of file system_state.hpp.
bool sys::cheat_data_s::always_accept_deals = false |
Definition at line 411 of file system_state.hpp.
bool sys::cheat_data_s::always_allow_decisions = false |
Definition at line 427 of file system_state.hpp.
bool sys::cheat_data_s::always_allow_reforms = false |
Definition at line 410 of file system_state.hpp.
bool sys::cheat_data_s::always_allow_wargoals = false |
Definition at line 409 of file system_state.hpp.
bool sys::cheat_data_s::always_potential_decisions = false |
Definition at line 428 of file system_state.hpp.
bool sys::cheat_data_s::daily_oos_check = false |
Definition at line 416 of file system_state.hpp.
std::string sys::cheat_data_s::demand_dump_buffer |
Definition at line 423 of file system_state.hpp.
bool sys::cheat_data_s::ecodump = false |
Definition at line 419 of file system_state.hpp.
bool sys::cheat_data_s::instant_army = false |
Definition at line 413 of file system_state.hpp.
bool sys::cheat_data_s::instant_industry = false |
Definition at line 414 of file system_state.hpp.
bool sys::cheat_data_s::instant_navy = false |
Definition at line 426 of file system_state.hpp.
std::vector<dcon::nation_id> sys::cheat_data_s::instant_research_nations |
Definition at line 415 of file system_state.hpp.
std::string sys::cheat_data_s::national_economy_dump_buffer |
Definition at line 421 of file system_state.hpp.
std::string sys::cheat_data_s::prices_dump_buffer |
Definition at line 422 of file system_state.hpp.
bool sys::cheat_data_s::province_names = false |
Definition at line 417 of file system_state.hpp.
bool sys::cheat_data_s::show_province_id_tooltip = false |
Definition at line 412 of file system_state.hpp.
std::string sys::cheat_data_s::supply_dump_buffer |
Definition at line 424 of file system_state.hpp.