* Gets the maximim effective range of this weapon for Snap Shot. * @return The maximum range. */
| 724 | * @return The maximum range. |
| 725 | */ |
| 726 | int RuleItem::getSnapRange() const |
| 727 | { |
| 728 | return _snapRange; |
| 729 | } |
| 730 | |
| 731 | /** |
| 732 | * Gets the maximim effective range of this weapon for Auto Shot. |
no outgoing calls
no test coverage detected