* Gets the minimum effective range of this weapon. * @return The minimum effective range. */
| 742 | * @return The minimum effective range. |
| 743 | */ |
| 744 | int RuleItem::getMinRange() const |
| 745 | { |
| 746 | return _minRange; |
| 747 | } |
| 748 | |
| 749 | /** |
| 750 | * Gets the accuracy dropoff value of this weapon. |
no outgoing calls
no test coverage detected