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

Description

Wiki Description

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


Caveats


Examples

; Obtain the stagger value of the player's currently equipped right-hand weapon
Float WeaponStagger = Game.GetPlayer().GetEquippedWeapon().GetStagger()

Auto-Generated Example

float returnedValue = myWeapon__toCallFunctionOn.GetStagger()

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.