GetSpeed - Weapon

Revision as of 10:39, 11 May 2012 by imported>Fg109 (Created page for GetSpeed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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