.DT
query_dest_dir
$MUDNAME$ room help
query_dest_dir
Name
.SI 5
query_dest_dir - Returns the destinations and directions.
.EI
Syntax
.SI 5
mixed *query_dest_dir();
.EI
Description
.SP 5 5
Returns an array containing just the destinations and directions used
to get there. This is useful for monster or whatever that you want
to scan a room for exits to leave out of. The array is of the format.
.EP
.SI 5
({ direction1, destination1, direction2, destination2, ... })
.EI
Example
.SI 5
.EI
See also
.SP 5 5
add_exit
.EP