- Found in:
- SKSE
Description
Wiki Description
Modifies the armor rating for this armor by the specified amount. (This function requires SKSE)
Parameters
intmodBy
CK Wiki Description
The value to add to the armor's current armor rating. If the resulting value is negative, leads to semi-random and large values for armor rating.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__modBy
myArmor__toCallFunctionOn.ModArmorRating(myInt__modBy)Related Pages
- Armor
- Armor.GetArmorRating()
- Armor.SetArmorRating(...)
