* Gets the item's inventory slot. * @return The slot id. */
| 259 | * @return The slot id. |
| 260 | */ |
| 261 | RuleInventory *BattleItem::getSlot() const |
| 262 | { |
| 263 | return _inventorySlot; |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Sets the item's inventory slot. |
no outgoing calls
no test coverage detected