./"returns the next living object in the living object hash list

.DT
next_living
Discworld driver help
next_living

Name
.SI 5
next_living() - returns the next living object in the living object hash list

.EI
Synopsis
.SI 5
object next_living(object);

.EI
Description
.SP 5 5
Living objects have pointers to the living objects set living before them
in the driver.  This (low-level) efun provides access to that by
returning the next object in that list after the given object.

.EP
See also
.SI 5
enable_commands(3), disable_commands(3)
.EI
