GetArmorDT

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the Damage Threshold of the specified armor base form, or a calling reference

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 Fallout 3 which use Damage Resistance, or 'Armor Rating', this can be retrieved using GetArmorAR.

See Also