* Gets the maximum effective range of this weapon when using Aimed Shot. * @return The maximum range. */
| 715 | * @return The maximum range. |
| 716 | */ |
| 717 | int RuleItem::getAimRange() const |
| 718 | { |
| 719 | return _aimRange; |
| 720 | } |
| 721 | |
| 722 | /** |
| 723 | * Gets the maximim effective range of this weapon for Snap Shot. |
no outgoing calls
no test coverage detected