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

Method getPointPoolName

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

Get the point pool name. @return point pool name

()

Source from the content-addressed store, hash-verified

1058 * @return point pool name
1059 */
1060 String getPointPoolName()
1061 {
1062 return pointPoolName;
1063 }
1064
1065 /**
1066 * Set the penalty for non proficiency.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected