- Found in:
- SKSE
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)