mud/lib/doc/efun/all/load_object
2020-09-06 05:43:07 -07:00

16 lines
510 B
Plaintext

load_object - find or load an object by file name
object load_object( string str );
Find the object with the file name 'str'. If the object is already
loaded, it is returned (just like find_object()). If the file exists
and the object hasn't been loaded yet, it is loaded first, then the
new object is returned. Otherwise zero is returned. An error is
thrown only if the object has compile errors.
See also:
file_name,
find_object
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere