Mudlib *mass* ************** Documentation for the object-mass functions for the mudlib in */std/object/mass.c*. Functions ========= .. c:function:: void set_mass(float m) Change the mass of an object .. c:function:: void set_weight(float m) calls set_mass() for compat reasons .. c:function:: void set_lbs_weight(float m) calls set_mass() for compat reasons .. c:function:: void set_kg_weight(float m) calls set_mass() for compat reasons .. c:function:: float query_mass() returns the mass of an object .. c:function:: void set_size(int s) set_size(s) sets the size of an object to 's' *File generated by Lima 1.1a4 reStructured Text daemon.*