- Found in:
- SKSE
Description
Wiki Description
Returns the critical damage of this weapon. (This function requires SKSE)
Caveats
Examples
; Obtain the critical damage of the player's currently equipped right-hand weapon
int CritDmg = Game.GetPlayer().GetEquippedWeapon().GetCritDamage()Auto-Generated Example
int returnedValue = myWeapon__toCallFunctionOn.GetCritDamage()Related Pages
- Weapon
- Weapon.SetCritDamage(...)
