
get_object(2)              silmul_efun             get_object(2)

名称
     get_object() - 取得物件

语法
     varargs object get_object( string str, object player );

描述
     If  player  is  given,  then  that  is   used   instead   of
     this_player() Looks for an object:
       str == "me" -> this_player()
       in this_player's inventory
       str == "here" -> this_player's environment
       in this_player's environment
       in the previous object
       find_player( str )
       find_living( str )
       find_object( str )  (with a resolved path)

   特别注意
     It doesn't automatically look in your deep inventory or home
     directory  It  doesn't  alter the capitalization of str.  It
     does check an object exists before searching in it.

相关命令
     present(3), find_player(3), find_living(3), find_object(3)

作者
     wade@future 4/7/1996 翻译

MudOS Release 0.9         Last change:                   3-19-93

