- Found in:
- SKSE
Description
Wiki Description
Returns the speed of this weapon. (This function requires SKSE)
Caveats
Examples
; Obtain the speed of the player's currently equipped right-hand weapon
Float WeaponSpeed = Game.GetPlayer().GetEquippedWeapon().GetSpeed()Auto-Generated Example
float returnedValue = myWeapon__toCallFunctionOn.GetSpeed()