* Sets the item's inventory slot. * @param slot The slot id. */
| 268 | * @param slot The slot id. |
| 269 | */ |
| 270 | void BattleItem::setSlot(RuleInventory *slot) |
| 271 | { |
| 272 | _inventorySlot = slot; |
| 273 | } |
| 274 | |
| 275 | /** |
| 276 | * Gets the item's inventory X position. |
no outgoing calls
no test coverage detected