GetTotalArmorWeight - ObjectReference

SKSE Member of: ObjectReference Script

This Function will return the total armor weight of an ObjectReference.

SyntaxEdit

float Function GetTotalArmorWeight() native

Return ValueEdit

Returns the total armor weight of a ObjectReference.

ExamplesEdit

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

NotesEdit

  • 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

See AlsoEdit