- Found in:
- SKSE
Description
Wiki Description
Returns the nth ArmorAddon object associated with this armor. (This function requires SKSE)
Documentation Comment
returns the nth armor addon for this armor
Parameters
intn
Examples
; Gets the first, and only, ArmorAddon object on ArmorOrcishCuirass
ArmorAddon orcishCuirassAA = (Game.GetForm(0x00013957) as Armor).GetNthArmorAddon(0)Auto-Generated Example
int myInt__n
ArmorAddon returnedValue = myArmor__toCallFunctionOn.GetNthArmorAddon(myInt__n)