Local Functions (/std/inheritables/container.c)

int query_holding_mass();

Returns the mass of all the items in the object.  This is different then query_mass() since that just returns the mass of the object itself.  The function query_total_mass() returns the addition of the two.

See also: query_mass(), query_total_mass()
