IsArmorAddon
From GECK
A function added by the JIP NVSE Plugin.
Description
Returns whether the specified Base Item form is an Armor Addon.
- The unique type-code 96 reserved for armor addons is actually unused by the game. Armor Addon forms share the same type-code with Armor forms (24). This function enables to distinguish between the two forms.
Syntax
(armorAddon:0/1) IsArmorAddon BaseItem:form
Example
set bArmorAddon to IsArmorAddon SomeBaseItem