- Found in:
- SKSE
Description
Wiki Description
This Function will return the total armor weight of an ObjectReference.
Caveats
CK Wiki - Notes
- This function only works when run on the player.
- The Total Armor weight is the combined weight of all items that have a armor rating (even if that armor rating is 0) within the references container
Examples
No human-generated examples found for this function.
Auto-Generated Example
float returnedValue = myObjectReference__toCallFunctionOn.GetTotalArmorWeight()