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

Method getCostPool

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

Get the cost pool, which is the number of points the character has spent. @return costPool

()

Source from the content-addressed store, hash-verified

954 * @return costPool
955 */
956 public int getCostPool()
957 {
958 return costPool;
959 }
960
961 /**
962 * Set the current equipment set name.

Callers 2

getCostTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected