Background for Skyrim SE
Member of the Weapon script
voidfunctionSetStagger(floatstagger)Native

Description

Wiki Description

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


Caveats


Parameters

floatstagger

CK Wiki Description

The new stagger value of this weapon.


Examples

; Double the stagger value of the player's right hand weapon
Weapon PlayerWeapon = Game.GetPlayer().GetEquippedWeapon()
PlayerWeapon.SetStagger(PlayerWeapon.GetStagger() * 2.0)

Auto-Generated Example

float myFloat__stagger

myWeapon__toCallFunctionOn.SetStagger(myFloat__stagger)

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.