Difference between revisions of "GetAttackDamage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
m (Empty Example?)
imported>WereWolf
(Fixed syntax)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]


GetAttackDamage - returns the base attack damage.
Returns the base attack damage.


        (damage:long) reference.GetAttackDamage objectID:ref
'''Syntax:'''
 
(damage:long) ''reference.''GetAttackDamage ''objectID:ref''


==See Also==
==See Also==

Revision as of 12:31, 9 September 2007

A command for Oblivion Script Extender

Returns the base attack damage.

Syntax:

(damage:long) reference.GetAttackDamage objectID:ref

See Also