Difference between revisions of "GetInventoryWeight"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Returns the total wieght of items in the inventory of a reference. The "playable" parameter excludes non-playable items. |name = GetInven...")
 
imported>Pintocat
m
 
Line 1: Line 1:
{{Function
{{Function
  |origin = LU
  |origin = LU
  |summary = Returns the total wieght of items in the inventory of a reference. The "playable" parameter excludes non-playable items.
  |summary = Returns the total weight of items in the inventory of a reference. The "playable" parameter excludes non-playable items.
  |name = GetInventoryWeight
  |name = GetInventoryWeight
  |alias = GetInvWeight
  |alias = GetInvWeight

Latest revision as of 12:02, 26 January 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the total weight of items in the inventory of a reference. The "playable" parameter excludes non-playable items.

Syntax

[help]
(float) [actorRef].GetInventoryWeight playable:bool 

Or:

(float) [actorRef].GetInvWeight playable:bool

See Also