MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | void export_uid(object ob) | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Set the uid of object ob to the current object's effective uid. | ||||
6 | It is only possible when object ob has an effective uid of 0. | ||||
7 | |||||
8 | This efun is not available in Morgengrauen. | ||||
9 | |||||
10 | HISTORY | ||||
11 | Since 3.2.1@47, this efun is availabe only when using euids. | ||||
12 | Since 3.2.7, this efun is always available. | ||||
13 | |||||
14 | SEE ALSO | ||||
15 | seteuid(E), getuid(E), geteuid(E), uids(C), native(C) |