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

Method getPageFormula

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

Get the pageFormula @return Returns the pageFormula.

()

Source from the content-addressed store, hash-verified

153 * @return Returns the pageFormula.
154 */
155 public final Formula getPageFormula()
156 {
157 return pageFormula;
158 }
159
160 /**
161 * Set the page formula

Callers 3

getTokenMethod · 0.95
addSpellMethod · 0.95
produceSpellBookInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected