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

Method getPoolAmount

code/src/java/pcgen/core/PlayerCharacter.java:1727–1730  ·  view source on GitHub ↗

Get the value of the feat pool. @return the feat pool amount

()

Source from the content-addressed store, hash-verified

1725 * @return the feat pool amount
1726 */
1727 public int getPoolAmount()
1728 {
1729 return poolAmount;
1730 }
1731
1732 /**
1733 * Selector Sets the path to the portrait of the character.

Callers 4

getCurrentTokenMethod · 0.80
addLevelMethod · 0.80
askForStatIncreaseMethod · 0.80
appendPoolPointsLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected