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

Method getNumPagesUsed

code/src/java/pcgen/core/character/SpellBook.java:207–210  ·  view source on GitHub ↗

Get the number of pages used. @return The number of pages used.

()

Source from the content-addressed store, hash-verified

205 * @return The number of pages used.
206 */
207 public final int getNumPagesUsed()
208 {
209 return numPagesUsed;
210 }
211
212 /**
213 * Set the number of pages used.

Callers 5

getTokenMethod · 0.95
addSpellMethod · 0.95
delSpellMethod · 0.95
parseSpellLineMethod · 0.95
produceSpellBookInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected