Package mekhq.campaign.personnel
Class CustomOption
java.lang.Object
mekhq.campaign.personnel.CustomOption
Parses custom SPA file and passes data to the PersonnelOption constructor so
the custom
abilities are included.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CustomOption
static List<CustomOption>
Loads custom abilities from the data directory the first time it is called.getGroup()
getName()
int
getType()
-
Method Details
-
getName
-
getGroup
-
getType
public int getType() -
getDefault
-
getCustomAbilities
Loads custom abilities from the data directory the first time it is called.- Returns:
- The list of user-defined special abilities.
-
generateInstanceFromXML
-