GetSpeed - Weapon

SKSE Member of: Weapon Script

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

SyntaxEdit

float Function GetSpeed() native

ParametersEdit

  • None

Return ValueEdit

The speed of this weapon.

ExamplesEdit

; Obtain the speed of the player's currently equipped right-hand weapon
Float WeaponSpeed = Game.GetPlayer().GetEquippedWeapon().GetSpeed()

See AlsoEdit