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

Method getStatToken

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

Get the HPROLL.STAT token @param display @return the HPROLL.STAT token

(CharacterDisplay display)

Source from the content-addressed store, hash-verified

111 * @return the HPROLL.STAT token
112 */
113 public static int getStatToken(CharacterDisplay display)
114 {
115 return (int) display.getStatBonusTo("HP", "BONUS");
116 }
117
118 /**
119 * Get the HPROLL.TOTAL token

Callers 2

getTokenMethod · 0.95
getTotalTokenMethod · 0.95

Calls 1

getStatBonusToMethod · 0.45

Tested by

no test coverage detected