Mudlib mass
Documentation for the object-mass functions for the mudlib in /std/object/mass.c.
Functions
-
void set_mass(float m)
Change the mass of an object
-
void set_weight(float m)
calls set_mass() for compat reasons
-
void set_lbs_weight(float m)
calls set_mass() for compat reasons
-
void set_kg_weight(float m)
calls set_mass() for compat reasons
-
float query_mass()
returns the mass of an object
-
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.