From the NannyMUD documentation

LAST CHANGE

2000-12-12

FUNCTION


NAME

        _get_all_obj - Get an array with all objects in the game.

SYNTAX

        object *_get_all_obj()

DESCRIPTION

        This efun returns an array with pointers to all objects that exist in
        the game.

RETURN VALUES

        An array of pointers to all objects in the game.

SEE ALSO

        _next_obj in sfun/_next_obj

SEE ALSO

        _prev_obj in sfun/_prev_obj