GetCreatureDamage

From the Fallout3 GECK Wiki
Revision as of 13:24, 27 March 2015 by imported>Jazzisparis
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns a creature's melee attack damage (note that this attribute is only applicable to creatures that are unarmed and attack using parts of their skeleton).

Syntax

[help]
(damage:int) reference.GetCreatureDamage baseForm:ref

Example

RexRef.GetCreatureDamage
GetCreatureDamage Rex

See Also