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

Method getWeaponReachFormula

code/src/java/pcgen/core/GameMode.java:654–658  ·  view source on GitHub ↗

Get the weapon reach formula. @return String the weapon reach formula @deprecated due to EQREACH code control

()

Source from the content-addressed store, hash-verified

652 * @deprecated due to EQREACH code control
653 */
654 @Deprecated
655 public String getWeaponReachFormula()
656 {
657 return this.weaponReachFormula;
658 }
659
660 /**
661 * Get the XP awards.

Callers 1

getReachTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected