.\"detects whether or not a given object is "living" .DT living Discworld driver help living Name .SI 5 living() - detects whether or not a given object is "living" .EI Synopsis .SI 5 int living(object ob); .EI Description .SP 5 5 Return true if `ob' is a living object (that is, if "enable_commands()" has been called by `ob'). .EP See also .SI 5 interactive() .EI