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

Method setDoLevelAbilities

code/src/java/pcgen/core/Kit.java:90–93  ·  view source on GitHub ↗

Set whether we will do the level abilities for the Kit @param yesNo true means we are handling level abilities in the kit.

(final boolean yesNo)

Source from the content-addressed store, hash-verified

88 * @param yesNo true means we are handling level abilities in the kit.
89 */
90 public void setDoLevelAbilities(final boolean yesNo)
91 {
92 doLevelAbilitiesFlag = yesNo;
93 }
94
95 /**
96 * Add a stat, wrapped in a KitStat, that will be set by this kit.

Callers 2

processMethod · 0.45
addLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected