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

Method setNumPages

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

Set the number of pages in the book. @param numPages The numPages to set.

(int numPages)

Source from the content-addressed store, hash-verified

144 * @param numPages The numPages to set.
145 */
146 public final void setNumPages(int numPages)
147 {
148 this.numPages = numPages;
149 }
150
151 /**
152 * Get the pageFormula

Callers 2

testAddSpellsMethod · 0.95
setEquipMethod · 0.95

Calls

no outgoing calls

Tested by 1

testAddSpellsMethod · 0.76