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

Method isRanged

code/src/java/pcgen/core/Equipment.java:361–364  ·  view source on GitHub ↗

Gets the ranged attribute of the Equipment object @return The ranged value

()

Source from the content-addressed store, hash-verified

359 * @return The ranged value
360 */
361 public boolean isRanged()
362 {
363 return isType("RANGED");
364 }
365
366 /**
367 * Gets the shield attribute of the Equipment object

Callers 9

getExpandedWeaponsMethod · 0.95
isProjectileMethod · 0.95
getCategoryTokenMethod · 0.80
getNumAttacksTokenMethod · 0.80
getToHitMethod · 0.80
getWeaponProfBonusMethod · 0.80
getRangeListMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected