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