/doc/efun/find_object


SYNOPSIS

object find_object(string str)

DESCRIPTION

Find an object with the file_name str. If the object isn't loaded, it will not be found.

EXAMPLE

	object obj;
	obj = find_object("std/thing");
	obj = find_object("std/thing.c");
	obj = find_object("/std/thing");
	obj = find_object("/std/thing.c");
All four statements are equal.
	obj = find_object("/std/thing#42");
returns the clone whose file_name is "std/thing#42", if it exists.

SEE ALSO

find_living
find_player
file_name
to_object

| Home | Applied | Concepts | Efuns | Help | Intro | Lib | LPC | Prop | Obj | Sefuns | Std | W |

Nightfall@quest.tat.physik.uni-tuebingen.de
Automatically generated on Don, 11. Apr 1996