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

Description

Wiki Description

This Function will return the total item weight of a ObjectReference.


Caveats

CK Wiki - Notes

  • This function now works correctly on all containers and actors starting with SKSE version 1.7.2.

Examples

Debug.Trace("The items the player is currently carrying weigh a combined total of " + Game.GetPlayer().GetTotalItemWeight())

Auto-Generated Example

float returnedValue = myObjectReference__toCallFunctionOn.GetTotalItemWeight()

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.