GetAttackDamage

From the Oblivion ConstructionSet Wiki
Revision as of 13:25, 14 September 2007 by imported>WereWolf
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(damage:long) reference.GetAttackDamage objectID:ref

Returns the base attack damage.

Example:

ref Weapon
float WeaponDamage
set Weapon to player.GetEquippedObject 16
set WeaponDamage to Weapon.GetAttackDamage

Gets the attack damage value of the player's equipped weapon and store in WeaponDamage variable.

See Also