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

Method getOutputSubindex

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

Return the output subindex, which controls the order in which equipment with the same output index appears on a character sheet. This basically applies to natural weapons only, since they have output index 0 author: Stefan Radermacher 11-Feb-05 @return the output subindex for this equipmen

()

Source from the content-addressed store, hash-verified

1495 * @return the output subindex for this equipment item
1496 */
1497 public int getOutputSubindex()
1498 {
1499 return outputSubindex;
1500 }
1501
1502 /**
1503 * Sets the parent attribute of the Equipment object

Callers 1

compareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected