GetMinRange - Weapon
Jump to navigation
Jump to search
SKSE Member of: Weapon Script
Returns the minimum range of this weapon. (This function requires SKSE)
Syntax[edit | edit source]
float Function GetMinRange() native
Parameters[edit | edit source]
- None
Return Value[edit | edit source]
The minimum range of this weapon.
Examples[edit | edit source]
; Obtain the minimum range of the player's currently equipped right-hand weapon
Float MinRange = Game.GetPlayer().GetEquippedWeapon().GetMinRange()