MCPcopy Create free account
hub / github.com/PCGen/pcgen / getUnitSet

Method getUnitSet

code/src/java/pcgen/core/GameMode.java:1123–1126  ·  view source on GitHub ↗

Get the set unit. @return the unti that is set

()

Source from the content-addressed store, hash-verified

1121 * @return the unti that is set
1122 */
1123 public UnitSet getUnitSet()
1124 {
1125 return selectedUnitSet;
1126 }
1127
1128 /**
1129 * Return true if the unit has been set.

Callers 8

getHeightUnitMethod · 0.95
getWeightUnitMethod · 0.95
setOptionsPropertiesMethod · 0.95
onCopyMethod · 0.95
LanguagePanelMethod · 0.80
generateMethod · 0.80
getGameModeUnitSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected