Difference between revisions of "GetAttackDamage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>WereWolf
m
Line 1: Line 1:
GetAttackDamage - returns the base attack damage
GetAttackDamage - returns the base attack damage.


         (damage:long) reference.GetAttackDamage objectID:ref
         (damage:long) reference.GetAttackDamage objectID:ref
Line 7: Line 7:


==See Also==
==See Also==
[[SetAttackDamage]]
*[[SetAttackDamage]]
*[[ModAttackDamage]]


A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]

Revision as of 09:32, 9 September 2007

GetAttackDamage - returns the base attack damage.

       (damage:long) reference.GetAttackDamage objectID:ref

Example

See Also

A command for Oblivion Script Extender