Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
passes
Method · 0.80
isAutoSpells
Method · 0.80
parseSpellLine
Method · 0.80
appendAutoSpellsLine
Method · 0.80
appendSpellLines
Method · 0.80
Calls
no outgoing calls
Tested by
1
passes
Method · 0.64