MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | string creator(object ob) |
| 8 | |
| 9 | DESCRIPTION |
| 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 | |
| 15 | HISTORY |
| 16 | Since 3.2.1@47, this efun is an alias for getuid(). |
| 17 | |
| 18 | SEE ALSO |
| 19 | getuid(E), native(C), uids(C) |
| 20 | |
| 21 | Zesstra, 04.02.2007 |
| 22 | |