blob: c4fe6ef63d2cbc6a883dbec67af359ac5baf62eb [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 *****************************************************************
3 * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! *
4 *****************************************************************
5
6SYNOPSIS
7 string creator_file(mixed ob)
8
9DESCRIPTION
10 Return the name of the creator of a newly created object, i.e.
11 the name of the user that is responsible for the LPC source
12 file the object was loaded from. If the function returns 0,
13 the object can't be loaded and is destructed again
14 immediately.
15
16 In !compat mode, the returned string serves as the initial uid
17 (``cuid'') of the object. Objects whose cuid is the
18 backbone-id will then get the uid of the currently active user
19 as their userid instead.
20
21 Under compat mode this function is called as well.
22
23 If this function is not provided by the master object, no
24 other object can be loaded.
25
26HISTORY
27 Dropped in 3.2.1, replaced by the _UID driver hooks.
28
29SEE ALSO
30 uids(C), creator(E)
31
3229.10.2006 Zesstra