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

Method resolve

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

Get the bonus value as a double @param string @return bonus value as a double

(PlayerCharacter pc, String string)

Source from the content-addressed store, hash-verified

239 * @return bonus value as a double
240 */
241 public Number resolve(PlayerCharacter pc, String string)
242 {
243 return bonusFormula.resolve(pc, string);
244 }
245
246 /**
247 * is value static

Callers 1

testSkillPrereqMethod · 0.95

Calls 1

resolveMethod · 0.65

Tested by 1

testSkillPrereqMethod · 0.76