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

Method getHPPercent

code/src/java/pcgen/core/SettingsHandler.java:393–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 }
392
393 public static int getHPPercent()
394 {
395 return hpPercent;
396 }
397
398 public static void setHPRollMethod(final int aBool)
399 {

Callers 3

rollHPMethod · 0.95
setOptionsPropertiesMethod · 0.95
resetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected