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

Method isFree

code/src/java/pcgen/core/kit/KitSkill.java:72–75  ·  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

70 * @return {@code true} if the skill will be free
71 */
72 public boolean isFree()
73 {
74 return free != null && free;
75 }
76
77 public void setRank(BigDecimal setRank)
78 {

Callers 2

toStringMethod · 0.95
testApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected