lpc4/lib/
lpc4/lib/doc/efun/
lpc4/lib/doc/lfun/
lpc4/lib/doc/operators/
lpc4/lib/doc/simul_efuns/
lpc4/lib/doc/types/
lpc4/lib/etc/
lpc4/lib/include/
lpc4/lib/include/arpa/
lpc4/lib/obj/d/
lpc4/lib/save/
lpc4/lib/secure/
lpc4/lib/std/
lpc4/lib/std/living/
NAME
	exit - notify that an object is leaving

SYNTAX
	void exit(object o) { ... }

DESCRIPTION
	This function is called when an object is moved from your object.
	The object moved is given as an argument.

BUGS
	There is also an efun called exit(), but it can only be called when
	in batch mode, and it can still be called like efun::exit(). There
	will be a problem if you wish to redefine exit() though...

SEE ALSO
	init, object_enter, efun/move_object