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

Method setPoolFormula

code/src/java/pcgen/core/AbilityCategory.java:290–293  ·  view source on GitHub ↗

Sets the formula to use to calculate the base pool size for this category of ability. @param formula A valid formula or variable.

(Formula formula)

Source from the content-addressed store, hash-verified

288 * @param formula A valid formula or variable.
289 */
290 public void setPoolFormula(Formula formula)
291 {
292 poolFormula = formula;
293 }
294
295 /**
296 * Sets the internationalized plural name for this category.

Callers 2

parseNonEmptyTokenMethod · 0.80
AbilityCategoryClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected