- Found in:
- SKSE
Description
Wiki Description
Returns the reach of this weapon. (This function requires SKSE)
Caveats
Examples
; Obtain the reach of the player's currently equipped right-hand weapon
Float WeaponReach = Game.GetPlayer().GetEquippedWeapon().GetReach()Auto-Generated Example
float returnedValue = myWeapon__toCallFunctionOn.GetReach()