GetCritDamage - Weapon

From the CreationKit Wiki
Revision as of 09:24, 11 May 2012 by imported>Fg109 (Created page for GetCritDamage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: Weapon Script

Returns the critical damage of this weapon. (This function requires SKSE)

Syntax

int Function GetCritDamage() native

Parameters

  • None

Return Value

The critical damage of this weapon.

Examples

; Obtain the critical damage of the player's currently equipped right-hand weapon
int BaseDmg = Game.GetPlayer().GetEquippedWeapon().GetCritDamage()

See Also