GetArmorDT
Revision as of 08:18, 9 September 2014 by imported>Odessa (Fixed poor wording/inaccuracies)
< [[::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
(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
- SetArmorDT
- GetArmorAR (Damage Resistance)