[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GetAttackDamage"
Jump to navigation
Jump to search
no edit summary
imported>WereWolf (Fixed syntax) |
imported>WereWolf |
||
Line 6: | Line 6: | ||
(damage:long) ''reference.''GetAttackDamage ''objectID:ref'' | (damage:long) ''reference.''GetAttackDamage ''objectID:ref'' | ||
'''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== | ==See Also== |