Difference between revisions of "GetTotalItemWeight - ObjectReference"
Jump to navigation
Jump to search
m
GetTotalItemWeight - ObjectReference (edit)
Revision as of 00:10, 22 June 2013
, 00:10, 22 June 2013→Examples
imported>Bot Owned m (→Notes) |
imported>Bot Owned m (→Examples) |
||
Line 17: | Line 17: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Debug.Trace("The items | Debug.Trace("The items the player is currently carrying weigh a combined total of " + Game.GetPlayer().GetTotalItemWeight()) | ||
</source> | </source> | ||