get_objects(2) SYSTEM CALLS get_objects(2)
NAME
get_objects() - like get_object() but with added bells and
whistles
SYNOPSIS
varargs mixed get_objects( string str, object player, int
no_arr )
DESCRIPTION
Tries to interpret str as an object or array of objects. If
player is given, then that is used instead of this_player()
If no_arr is given, then only a single object will be
returned. It searches using get_object(), but allows vari-
ous suffixes to str: str:i - str's inventory str:e - str's
environment str:d - str's deep inventory
EG
str == "users:d" - array containing deep inventory of all
users str == "caractacus:e:lady:i:3" - Finds the 3rd item in
the inventory of
a lady of the court of King
Caractacus.
SEE ALSO
present(3), find_player(3), find_living(3), find_object(3),
get_object(2)
MudOS Release 0.9 Last change: 3-19-93