![]() |
Limo
A simple mod manager
|
Represents a set of options which can be selected during installation. More...
#include <plugingroup.h>
Public Types | |
enum | Type { at_least_one , at_most_one , exactly_one , all , any } |
Describes restriction on how plugins in a group can be selected. More... | |
Public Attributes | |
std::string | name |
Group name. | |
Type | type |
Selection restrictions. | |
std::vector< Plugin > | plugins |
Selectable plugins in this group. | |
Represents a set of options which can be selected during installation.