Background for Skyrim SE
Member of the Weapon script
voidfunctionSetSpeed(floatspeed)Native

Description

Wiki Description

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


Caveats


Parameters

floatspeed

CK Wiki Description

The new speed of this weapon.


Examples

; Double the speed of the player's right hand weapon
Weapon PlayerWeapon = Game.GetPlayer().GetEquippedWeapon()
PlayerWeapon.SetSpeed(PlayerWeapon.GetSpeed() * 2.0)

Auto-Generated Example

float myFloat__speed

myWeapon__toCallFunctionOn.SetSpeed(myFloat__speed)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.