MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ***************************************************************** |
| 3 | * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! * |
| 4 | ***************************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | string creator_file(mixed ob) |
| 8 | |
| 9 | DESCRIPTION |
| 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 | |
| 26 | HISTORY |
| 27 | Dropped in 3.2.1, replaced by the _UID driver hooks. |
| 28 | |
| 29 | SEE ALSO |
| 30 | uids(C), creator(E) |
| 31 | |
| 32 | 29.10.2006 Zesstra |