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

Method getChildCount

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

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

()

Source from the content-addressed store, hash-verified

5277 * @return The childCount value
5278 */
5279 public int getChildCount()
5280 {
5281 return getContainedEquipmentCount();
5282 }
5283
5284 /**
5285 * Sets how many of a child the Equipment currently holds

Callers 8

getContainedWeightMethod · 0.95
getContentWeightTokenMethod · 0.45
getContentWeightTokenMethod · 0.45
getContentWeightTokenMethod · 0.45
getTotalWeightMethod · 0.45

Calls 1

Tested by

no test coverage detected