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

Method setCostPool

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

Set the cost pool, which is the number of points the character has spent. @param i the number of points spent

(final int i)

Source from the content-addressed store, hash-verified

944 * @param i the number of points spent
945 */
946 public void setCostPool(final int i)
947 {
948 costPool = i;
949 }
950
951 /**
952 * Get the cost pool, which is the number of points the character has spent.

Callers 2

parsePoolPointsLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected