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