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

Method isValueStatic

code/src/java/pcgen/core/bonus/BonusObj.java:250–253  ·  view source on GitHub ↗

is value static @return true if value is static

()

Source from the content-addressed store, hash-verified

248 * @return true if value is static
249 */
250 public boolean isValueStatic()
251 {
252 return bonusFormula.isStatic();
253 }
254
255 /**
256 * Set the variable

Callers 2

buildActiveBonusMapMethod · 0.80

Calls 1

isStaticMethod · 0.65

Tested by

no test coverage detected