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

Method appendAutoSpellsLine

code/src/java/pcgen/io/PCGVer2Creator.java:1675–1680  ·  view source on GitHub ↗
(StringBuilder buffer)

Source from the content-addressed store, hash-verified

1673 }
1674
1675 private void appendAutoSpellsLine(StringBuilder buffer)
1676 {
1677 buffer.append(IOConstants.TAG_AUTOSPELLS).append(':');
1678 buffer.append(thePC.getAutoSpells() ? 'Y' : 'N');
1679 buffer.append(IOConstants.LINE_SEP);
1680 }
1681
1682 /**
1683 * Append the settings related to higher level slot use for spells.

Callers 1

createPCGStringMethod · 0.95

Calls 2

getAutoSpellsMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected