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

Method doLevelAbilities

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

Returns true if we are doing level abilities for the Kit @return true if we are doing level abilities for the Kit

()

Source from the content-addressed store, hash-verified

79 * @return true if we are doing level abilities for the Kit
80 */
81 public boolean doLevelAbilities()
82 {
83 return doLevelAbilitiesFlag;
84 }
85
86 /**
87 * Set whether we will do the level abilities for the Kit

Callers 2

testApplyMethod · 0.45
addLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected