LPC Library Functions: livings

NAME

livings() - return an array of all living objects

SYNOPSIS

object *livings( void );

DESCRIPTION

Returns an array of pointers to all living objects (objects that have called enable_commands().)

Note that this efun is not available if the driver flag NO_ADD_ACTION is defined.

SEE ALSO

enable_commands(), find_living(), users(), objects()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS