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

Method isFree

code/src/java/pcgen/core/kit/KitAbilities.java:245–248  ·  view source on GitHub ↗

Returns if the skill will be purchased for free. @return true if the skill will be free

()

Source from the content-addressed store, hash-verified

243 * @return {@code true} if the skill will be free
244 */
245 public boolean isFree()
246 {
247 return free != null && free;
248 }
249
250 @Override
251 public String getObjectName()

Callers 3

toStringMethod · 0.95
testApplyMethod · 0.95
applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected