blob: 44c320ea6f58705f5a0db9b10864839084eca7a6 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 string creator(object ob)
8
9DESCRIPTION
10 This functions is not available in native mode, which uses
11 user-ids instead.
12 Returns the creator (i.e. the name of the wizard or domain) of
13 the object. Default for ob is this_object().
14
15HISTORY
16 Since 3.2.1@47, this efun is an alias for getuid().
17
18SEE ALSO
19 getuid(E), native(C), uids(C)
20
21Zesstra, 04.02.2007
22