- Found in:
- SKSE
Description
Wiki Description
Returns the maximum range of this weapon. (This function requires SKSE)
Caveats
Examples
; Obtain the maximum range of the player's currently equipped right-hand weapon
Float MaxRange = Game.GetPlayer().GetEquippedWeapon().GetMaxRange()Auto-Generated Example
float returnedValue = myWeapon__toCallFunctionOn.GetMaxRange()Related Pages
- Weapon
- Weapon.SetMaxRange(...)
