* Gets the maximum range of this weapon * @return The maximum range. */
| 706 | * @return The maximum range. |
| 707 | */ |
| 708 | int RuleItem::getMaxRange() const |
| 709 | { |
| 710 | return _maxRange; |
| 711 | } |
| 712 | |
| 713 | /** |
| 714 | * Gets the maximum effective range of this weapon when using Aimed Shot. |
no outgoing calls
no test coverage detected