Limo
A simple mod manager
Loading...
Searching...
No Matches
fomod::PluginGroup Struct Reference

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< Pluginplugins
 Selectable plugins in this group.
 

Detailed Description

Represents a set of options which can be selected during installation.

Member Enumeration Documentation

◆ Type

Describes restriction on how plugins in a group can be selected.

Enumerator
at_least_one 

At least one plugin must be selected.

at_most_one 

At most one plugin must be selected.

exactly_one 

Exactly one plugin must be selected.

all 

All plugins must be selected.

any 

No restrictions on selection.


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