Background for Skyrim SE
Member of the ObjectReference script
floatfunctionGetTotalArmorWeight()Native

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

Debug.Trace("The player has a total armor weight of " +Game.GetPlayer().GetTotalArmorWeight())

Auto-Generated Example

float returnedValue = myObjectReference__toCallFunctionOn.GetTotalArmorWeight()

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.