Difference between revisions of "GetCreatureDamage"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = JIP
  |summary = 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).
  |summary = Returns a creature's melee attack damage.
  |name = GetCreatureDamage
  |name = GetCreatureDamage
  |returnType = damage:int
  |returnType = damage:int
Line 15: Line 15:
  GetCreatureDamage Rex
  GetCreatureDamage Rex
}}
}}
==Notes==
*This attribute is only applicable to creatures that are unarmed and attack using parts of their skeleton.
==See Also==
==See Also==
*[[SetCreatureDamage]]
*[[SetCreatureDamage]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Actor Functions (JIP)]]

Latest revision as of 14:03, 30 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns a creature's melee attack damage.

Syntax

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

Example

RexRef.GetCreatureDamage
GetCreatureDamage Rex

Notes

  • This attribute is only applicable to creatures that are unarmed and attack using parts of their skeleton.

See Also