blob: ab07b7fa981806bd88910f0809e7fb9de6e6946d [file] [log] [blame]
Zesstra5481d492021-04-08 20:07:06 +02001SYNOPSIS
2 string creator(object|lwobject ob)
3
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 This efun is for backward compatibility only. It is only
6 available in compat mode.
Zesstra5481d492021-04-08 20:07:06 +02007
Zesstra715ec202025-07-09 22:18:31 +02008 Returns the creator (i.e. the name of the wizard or domain) of
9 the object. Default for ob is this_object().
Zesstra5481d492021-04-08 20:07:06 +020010
Zesstra715ec202025-07-09 22:18:31 +020011HISTORY
12 Since 3.2.1@47, this efun is an alias for getuid().
Zesstra5481d492021-04-08 20:07:06 +020013
Zesstra715ec202025-07-09 22:18:31 +020014SEE ALSO
Zesstra5481d492021-04-08 20:07:06 +020015 getuid(E), native(C), uids(C)