The Battle for Wesnoth  1.19.0-dev
Public Attributes | List of all members
addons_client::install_result Struct Reference

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...
 

Detailed Description

Contains the outcome of an add-on install operation.

Definition at line 124 of file client.hpp.

Member Data Documentation

◆ outcome

install_outcome addons_client::install_result::outcome

◆ wml_changed

bool addons_client::install_result::wml_changed

Specifies if WML on disk was altered and needs to be reloaded.

Note
Failure to install an add-on properly may not necessarily mean that WML on disk was left unchanged (e.g. if any dependencies were succesfully installed first.)

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().


The documentation for this struct was generated from the following file: