GetArmorDT
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the Damage Threshold of the specified armor base form, or a calling reference
Syntax
(int) reference.GetArmorDT Armor:form
Example
int iDT set iDT to GetArmorDT ArmorLeather
Notes
- Armors in Fallout: New Vegas primarily use Damage Threshold, unlike Fallout 3 which use Damage Resistance, or 'Armor Rating', this can be retrieved using GetArmorAR.
See Also
- GetArmorAR (Damage Resistance)
- SetArmorAR
- SetArmorDT