GetCritDamage - Weapon
Revision as of 09:24, 11 May 2012 by imported>Fg109 (Created page for GetCritDamage)
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()