GetArmorDT

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the Damage Threshold of the specified armor base form, or a calling reference Added by NVSE 1.2.

Syntax

[help]
(int) reference.GetArmorDT Armor:form

Example

int iDT

set iDT to GetArmorDT ArmorLeather

Notes

  • Armors in Fallout New Vegas primarily use Damage Threshold, unlike FO3 which use Damage Resistance, or 'Armor Rating', this can be retrieved using GetArmorAR.

See Also