15 lines
364 B
Plaintext
15 lines
364 B
Plaintext
find_object - find an object by file name
|
|
|
|
object find_object( string str );
|
|
|
|
Find the object with the file name 'str'. If the object is a
|
|
cloned object, then it can be found using the file name which
|
|
would by returned if file_name() was called with it as the
|
|
argument.
|
|
|
|
See also:
|
|
file_name
|
|
|
|
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere
|
|
|