Contains the outcome of an add-on install operation. More...
#include <client.hpp>
Public Attributes | |
install_outcome | outcome |
Overall outcome of the operation. More... | |
bool | wml_changed |
Specifies if WML on disk was altered and needs to be reloaded. More... | |
Contains the outcome of an add-on install operation.
Definition at line 124 of file client.hpp.
install_outcome addons_client::install_result::outcome |
Overall outcome of the operation.
Definition at line 129 of file client.hpp.
Referenced by ad_hoc_addon_fetch_session(), addons_client::do_resolve_addon_dependencies(), gui2::dialogs::addon_manager::install_addon(), and addons_client::install_addon_with_checks().
bool addons_client::install_result::wml_changed |
Specifies if WML on disk was altered and needs to be reloaded.
Definition at line 138 of file client.hpp.
Referenced by addons_client::do_resolve_addon_dependencies(), gui2::dialogs::addon_manager::install_addon(), addons_client::install_addon_with_checks(), and gui2::dialogs::addon_manager::update_all_addons().