Background for Skyrim SE
Member of the Armor script
ArmorAddonfunctionGetNthArmorAddon(intn)Native

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


Caveats


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)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.