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

Method isRacial

code/src/java/pcgen/core/kit/KitProf.java:56–59  ·  view source on GitHub ↗

True if it is a racial proficiency @return True if it is a racial proficiency

()

Source from the content-addressed store, hash-verified

54 * @return True if it is a racial proficiency
55 */
56 public boolean isRacial()
57 {
58 return racialProf != null && racialProf;
59 }
60
61 /**
62 * Set racial proficiency flag

Callers 1

testApplyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected