.\"returns an array of objects that called the current function
.DT
all_previous_objects
$MUDNAME$ driver help
all_previous_objects
.SH Name
.SI 5
all_previous_objects() - returns an array of objects that called the
current function
.EI
.SH Synopsis
.SI 5
object *all_previous_objects( void );
.EI
.SH Description
.SP 5 5
Returns an array of objects that called the current function.
Note that local function calls do not set previous_object() to the current
object, but leave it unchanged.
The first element of the array is previous_object(), followed by
previous_object(1), etc...
.EP
.SH See also
.SI 5
call_other(), call_out(), origin(), previous_object()
.EI