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

Method getEquippedQty

code/src/java/pcgen/core/PlayerCharacter.java:6946–6949  ·  view source on GitHub ↗
(EquipSet eSet, Equipment eqI)

Source from the content-addressed store, hash-verified

6944 }
6945
6946 private Float getEquippedQty(EquipSet eSet, Equipment eqI)
6947 {
6948 return equipSetFacet.getEquippedQuantity(id, eSet, eqI);
6949 }
6950
6951 /**
6952 * If an item can only go in one location, return the name of that location

Callers 1

addEquipToTargetMethod · 0.95

Calls 1

getEquippedQuantityMethod · 0.80

Tested by

no test coverage detected