- 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
No human-generated examples found for this function.
Auto-Generated Example
int myInt__n
ArmorAddon returnedValue = myArmor__toCallFunctionOn.GetNthArmorAddon(myInt__n)