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)
()
| 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 |
no outgoing calls
no test coverage detected