
FIND_OBJECT_OR_LOAD(2)    silmul_efun     FIND_OBJECT_OR_LOAD(2)

名称
     find_object_or_load -  在记忆体中找物件, 如果不在, 就载入

语法
     object find_object_or_load (string str);

描述
     Uses find_object() to locate the object named  in  str.   If
     find_object()  returns  zero, this efun sets the euid to the
     euid of the object that called it, and then  tries  to  load
     the  object  "str".   It then calls find_object() again, and
     returns either  the  object  or  a  zero,  if  find_object()
     failed.

作者
     Ichabod@TMI, 2/2/93
     wade@future 4/7/1996 翻译

MudOS Release 0.9         Last change:                   3-19-93

