- Found in:
- SKSE
Description
Wiki Description
Changes the reach of this weapon. (This function requires SKSE)
Caveats
Parameters
floatreach
CK Wiki Description
The new reach of this weapon.
Examples
; Double the reach of the player's right hand weapon
Weapon PlayerWeapon = Game.GetPlayer().GetEquippedWeapon()
PlayerWeapon.SetReach(PlayerWeapon.GetReach() * 2.0)Auto-Generated Example
float myFloat__reach
myWeapon__toCallFunctionOn.SetReach(myFloat__reach)