![]() |
Limo
A simple mod manager
|
Stores data needed to either create a new or edit an existing deployer. More...
#include <editdeployerinfo.h>
Public Attributes | |
std::string | type |
Type of the deployer. | |
std::string | name |
Name of the deployer. | |
std::string | target_dir |
This is where the deployer will deploy to. | |
Deployer::DeployMode | deploy_mode |
Determines how files will be deployed to the target directory. | |
std::string | source_dir = "" |
The deployers mod source directory. Only used by autonomous deployers. | |
bool | separate_profile_dirs = false |
Used by ReverseDeployers: If true: Store files on a per profile basis. Else: All profiles use the same files. | |
bool | update_ignore_list = false |
Used by ReverseDeployers: If true: Add all files in target_dir not managed by another deployer to the ignore list. | |
Stores data needed to either create a new or edit an existing deployer.