GetSpeed - Weapon

From the CreationKit Wiki
Revision as of 09:39, 11 May 2012 by imported>Fg109 (Created page for GetSpeed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Weapon Script

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

Syntax[edit | edit source]

float Function GetSpeed() native

Parameters[edit | edit source]

  • None

Return Value[edit | edit source]

The speed of this weapon.

Examples[edit | edit source]

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

See Also[edit | edit source]