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
()
| 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 |