blob: 93c0bdec0903c76c56b0b30d9de6af345cc6e8ce [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra5481d492021-04-08 20:07:06 +02002 string geteuid(object|lwobject ob)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 Get the effective user-id of the object (mostly a wizard or
6 domain name). Standard objects cloned by this object will get
7 that userid. The effective userid is also used for checking access
8 permissions. If ob is omitted, is this_object() as default.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra715ec202025-07-09 22:18:31 +020010HISTORY
11 Since 3.2.1@47, this efun is availabe only when using euids.
12 Since 3.2.7, this efun is always available.
Zesstrad59c3892019-11-28 20:53:39 +010013
Zesstra715ec202025-07-09 22:18:31 +020014SEE ALSO
Zesstrad59c3892019-11-28 20:53:39 +010015 getuid(E), configure_object(E)