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

void set_max_mass(int val);

Sets the maximum mass a object can carry.  If this container is later used as an inheritable for a bag then it sets the max the bag can carry.

See also: query_max_mass()
