GetReach - Weapon
Revision as of 09:29, 11 May 2012 by imported>Fg109 (Created page for GetReach)
SKSE Member of: Weapon Script
Returns the reach of this weapon. (This function requires SKSE)
Syntax[edit | edit source]
float Function GetReach() native
Parameters[edit | edit source]
- None
Return Value[edit | edit source]
The reach of this weapon.
Examples[edit | edit source]
; Obtain the reach of the player's currently equipped right-hand weapon
Float WeaponReach = Game.GetPlayer().GetEquippedWeapon().GetReach()