* Gets the maximim effective range of this weapon for Auto Shot. * @return The maximum range. */
| 733 | * @return The maximum range. |
| 734 | */ |
| 735 | int RuleItem::getAutoRange() const |
| 736 | { |
| 737 | return _autoRange; |
| 738 | } |
| 739 | |
| 740 | /** |
| 741 | * Gets the minimum effective range of this weapon. |
no outgoing calls
no test coverage detected