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

Method setUsedHD

code/src/java/pcgen/core/character/Follower.java:136–139  ·  view source on GitHub ↗

Set used HD @param x

(final int x)

Source from the content-addressed store, hash-verified

134 * @param x
135 */
136 public void setUsedHD(final int x)
137 {
138 usedHD = x;
139 }
140
141 /**
142 * Get the HD used

Callers 3

parseFollowerLineMethod · 0.95
parseMasterLineMethod · 0.95
setMasterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected