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