[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
Incorrect syntax in example
imported>WereWolf m |
imported>Speedo (Incorrect syntax in example) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|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 GetAttackDamage Weapon | |||
Gets the attack damage value of the player's equipped weapon and store in ''WeaponDamage'' variable. | |||
==See Also== | |||
*[[SetAttackDamage]] | |||
*[[ModAttackDamage]] | |||
[[Category: Functions]] | [[Category:Functions]] | ||
[[Category: Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category: | [[Category:Inventory Functions]] | ||
[[Category:Inventory Functions (OBSE)]] |