* Gets the item's hit sound. * @return The hit sound id. */
| 345 | * @return The hit sound id. |
| 346 | */ |
| 347 | int RuleItem::getHitSound() const |
| 348 | { |
| 349 | return _hitSound; |
| 350 | } |
| 351 | |
| 352 | /** |
| 353 | * Gets the item's hit animation. |
no outgoing calls
no test coverage detected