
get_objects(2)             silmul_efun            get_objects(2)

名稱
     get_objects() - 很像 get_object(), 但是有更多功能.

語法
     varargs mixed get_objects( string str,  object  player,  int
     no_arr )

描述
     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

     例子
     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.

相關命令
     present(3), find_player(3), find_living(3),  find_object(3),
     get_object(2)


作者
     wade@future 4/8/1996 翻譯

MudOS Release 0.9         Last change:                   3-19-93

