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

Method getGameModeHasPointPool

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

TRUE if the game mode has a point pool @return TRUE if the game mode has a point pool

()

Source from the content-addressed store, hash-verified

274 * @return TRUE if the game mode has a point pool
275 */
276 public static boolean getGameModeHasPointPool()
277 {
278 return !getGameModePointPoolName().isEmpty();
279 }
280
281 /**
282 * Get game mode unit set

Callers 7

setScoreBaseMethod · 0.95
investSkillPointsMethod · 0.95
getSkillPointsMethod · 0.95
getKeyStatFromStatsMethod · 0.95
getKeyStatListMethod · 0.95
getStatModMethod · 0.95

Calls 2

isEmptyMethod · 0.65

Tested by

no test coverage detected