Background for Skyrim SE
Member of the Weapon script
voidfunctionSetReach(floatreach)Native

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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.