GetReach - Weapon
SKSE Member of: Weapon Script
Returns the reach of this weapon. (This function requires SKSE)
SyntaxEdit
float Function GetReach() native
ParametersEdit
- None
Return ValueEdit
The reach of this weapon.
ExamplesEdit
; Obtain the reach of the player's currently equipped right-hand weapon
Float WeaponReach = Game.GetPlayer().GetEquippedWeapon().GetReach()