Contains data regarding which external file changes to keep.
More...
#include <filechangechoices.h>
|
std::vector< std::filesystem::path > | paths {} |
| Contains paths to externally modified files, relative to the deployer's target directory.
|
|
std::vector< int > | mod_ids {} |
| For every modified file in paths: The id of the mod containing that file.
|
|
std::vector< bool > | changes_to_keep {} |
| For every modified file in paths: A bool indicating if that change should be kept. true -> keep change; false -> reject change.
|
|
Contains data regarding which external file changes to keep.
The documentation for this struct was generated from the following file: