Background for Skyrim SE
Member of the Weapon script
intfunctionGetBaseDamage()Native

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.