* Gets the item's inventory X position. * @return X position. */
| 277 | * @return X position. |
| 278 | */ |
| 279 | int BattleItem::getSlotX() const |
| 280 | { |
| 281 | return _inventoryX; |
| 282 | } |
| 283 | |
| 284 | /** |
| 285 | * Sets the item's inventory X position. |
no outgoing calls
no test coverage detected