Zesstra | 5481d49 | 2021-04-08 20:07:06 +0200 | [diff] [blame] | 1 | SYNOPSIS |
2 | string creator(object|lwobject ob) | ||||
3 | |||||
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 4 | DESCRIPTION |
5 | This efun is for backward compatibility only. It is only | ||||
6 | available in compat mode. | ||||
Zesstra | 5481d49 | 2021-04-08 20:07:06 +0200 | [diff] [blame] | 7 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 8 | Returns the creator (i.e. the name of the wizard or domain) of |
9 | the object. Default for ob is this_object(). | ||||
Zesstra | 5481d49 | 2021-04-08 20:07:06 +0200 | [diff] [blame] | 10 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 11 | HISTORY |
12 | Since 3.2.1@47, this efun is an alias for getuid(). | ||||
Zesstra | 5481d49 | 2021-04-08 20:07:06 +0200 | [diff] [blame] | 13 | |
Zesstra | 715ec20 | 2025-07-09 22:18:31 +0200 | [diff] [blame^] | 14 | SEE ALSO |
Zesstra | 5481d49 | 2021-04-08 20:07:06 +0200 | [diff] [blame] | 15 | getuid(E), native(C), uids(C) |