GetStagger - Weapon

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Weapon Script

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

Syntax[edit | edit source]

float Function GetStagger() native

Parameters[edit | edit source]

  • None

Return Value[edit | edit source]

The stagger value of this weapon.

Examples[edit | edit source]

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

See Also[edit | edit source]