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

Method getPurchaseModeMethodName

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

Get the purchase mode method name. @return the purchase mode method name

()

Source from the content-addressed store, hash-verified

1257 * @return the purchase mode method name
1258 */
1259 public String getPurchaseModeMethodName()
1260 {
1261 if (!isPurchaseStatMode())
1262 {
1263 return null;
1264 }
1265
1266 return purchaseMethodName;
1267 }
1268
1269 /**
1270 * Get the purchase mode method pool formula.

Callers 10

passesMethod · 0.95
getBonusContainerListMethod · 0.95
setOptionsPropertiesMethod · 0.95
appendRollMethodLineMethod · 0.95
onCopyMethod · 0.95
windowClosedMethod · 0.80
getBonusSkillPoolMethod · 0.80

Calls 1

isPurchaseStatModeMethod · 0.95

Tested by 1

passesMethod · 0.76