* Gets the speed at which this bullet explodes. * @return The speed. */
| 769 | * @return The speed. |
| 770 | */ |
| 771 | int RuleItem::getExplosionSpeed() const |
| 772 | { |
| 773 | return _explosionSpeed; |
| 774 | } |
| 775 | |
| 776 | /** |
| 777 | * Gets the amount of auto shots fired by this weapon. |