GetMinRange - Weapon

SKSE Member of: Weapon Script

Returns the minimum range of this weapon. (This function requires SKSE)

SyntaxEdit

float Function GetMinRange() native

ParametersEdit

  • None

Return ValueEdit

The minimum range of this weapon.

ExamplesEdit

; Obtain the minimum range of the player's currently equipped right-hand weapon
Float MinRange = Game.GetPlayer().GetEquippedWeapon().GetMinRange()

See AlsoEdit