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

Method getShortRangeDistance

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

Get the shortrange distance. @return the shortrange distance

()

Source from the content-addressed store, hash-verified

499 * @return the shortrange distance
500 */
501 public int getShortRangeDistance()
502 {
503 return shortRangeDistance;
504 }
505
506 /**
507 * Add a skill multiplier level.

Callers 4

getToHitMethod · 0.80
getGeneralBonusMethod · 0.80
getWeaponProfBonusMethod · 0.80
getRangeListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected