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

Method getAutoSpells

code/src/java/pcgen/core/PlayerCharacter.java:2671–2674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2669 }
2670
2671 public boolean getAutoSpells()
2672 {
2673 return autoKnownSpells;
2674 }
2675
2676 /**
2677 * @param ignoreCost the ignoreCost to set

Callers 5

passesMethod · 0.80
isAutoSpellsMethod · 0.80
parseSpellLineMethod · 0.80
appendAutoSpellsLineMethod · 0.80
appendSpellLinesMethod · 0.80

Calls

no outgoing calls

Tested by 1

passesMethod · 0.64