blob: 2be9c895d4a1f3734782175df2e40d29d78df60f [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 string get_bb_uid(void)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 This method is called when efun process_string() is used without a
6 current object (e.g. from notify_fail method). The current object
7 will be set to the current command giver, and will receive the euid
8 returned from this function.
MG Mud User88f12472016-06-24 23:31:02 +02009
Zesstra7ea4a032019-11-26 20:11:40 +010010 If strict-euids, this function must exist and return a string.
11 Otherwise the function is optional and/or may return 0.
MG Mud User88f12472016-06-24 23:31:02 +020012
13HISTORY
Zesstra7ea4a032019-11-26 20:11:40 +010014 Since 3.2.1, get_bb_uid() is needed just for process_string()
15 if no this_object() is present.
MG Mud User88f12472016-06-24 23:31:02 +020016
17SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010018 uids(C), creator_file(M), creator(E), get_master_uid(M)