GetBaseDamage - Weapon

SKSE Member of: Weapon Script

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

SyntaxEdit

int Function GetBaseDamage() native

ParametersEdit

  • None

Return ValueEdit

The base damage of this weapon.

ExamplesEdit

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

See AlsoEdit