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

Method getGameModePointPoolName

code/src/java/pcgen/core/Globals.java:267–270  ·  view source on GitHub ↗

Get the game mode point pool name @return game mode point pool name

()

Source from the content-addressed store, hash-verified

265 * @return game mode point pool name
266 */
267 public static String getGameModePointPoolName()
268 {
269 return SettingsHandler.getGameAsProperty().get().getPointPoolName();
270 }
271
272 /**
273 * TRUE if the game mode has a point pool

Callers 2

setScoreBaseMethod · 0.95

Calls 3

getGameAsPropertyMethod · 0.95
getPointPoolNameMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected