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
	seteuid - set the effective uid of of this object

SYNTAX
	int seteuid(string str);

DESCRIPTION
	Set effective uid to str. It is not possible to set it to any
	string. It can always be set to getuid(), the creator of the file
	for this object or 0.

	When this value is 0, then current objects uid can be changed by
	export_uid(), and only then.

	But, when the value is 0, no objects can be loaded or cloned by this
	object.

SEE ALSO
	export_uid, getuid