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

Method getOutputIndex

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

Return the output index, which controls the order in which the equipment appears on a character sheet. Note: -1 means hidden and 0 means not set author: James Dempsey 17-Jun-02 @return the output index for this equipment item (-1=hidden, 0=not set)

()

Source from the content-addressed store, hash-verified

1467 * @return the output index for this equipment item (-1=hidden, 0=not set)
1468 */
1469 public int getOutputIndex()
1470 {
1471 return outputIndex;
1472 }
1473
1474 /**
1475 * Set this item's output subindex, which controls the order in which

Callers 6

setCalcEquipmentListMethod · 0.95
compareMethod · 0.95
cacheOutputIndexMethod · 0.80
sortEquipmentListMethod · 0.80
compareMethod · 0.80
appendEquipmentLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected