GetStagger - Weapon

SKSE Member of: Weapon Script

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

SyntaxEdit

float Function GetStagger() native

ParametersEdit

  • None

Return ValueEdit

The stagger value of this weapon.

ExamplesEdit

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

See AlsoEdit