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

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()

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.