- Found in:
- SKSE
Description
Wiki Description
Sets the armor rating of the armor to the specified value. (This function requires SKSE)
Caveats
CK Wiki - Notes
- Changes the base armor rating.
Parameters
intarmorRating
CK Wiki Description
The new rating for the armor. Negative values result in semi-random and large values for armor rating.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__armorRating
myArmor__toCallFunctionOn.SetArmorRating(myInt__armorRating)Related Pages
- Armor
- Armor.GetArmorRating()
- Armor.ModArmorRating(...)
