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

Method getTotalToken

code/src/java/plugin/exporttokens/HPRollToken.java:124–127  ·  view source on GitHub ↗

Get the HPROLL.TOTAL token @param pc @param level @return the HPROLL.TOTAL token

(PlayerCharacter pc, int level)

Source from the content-addressed store, hash-verified

122 * @return the HPROLL.TOTAL token
123 */
124 public static int getTotalToken(PlayerCharacter pc, int level)
125 {
126 return getRollToken(pc, level) + getStatToken(pc.getDisplay());
127 }
128}

Callers 1

getTokenMethod · 0.95

Calls 3

getRollTokenMethod · 0.95
getStatTokenMethod · 0.95
getDisplayMethod · 0.45

Tested by

no test coverage detected