blob: 5a4dc8bb7b8753a4fdf2f511ab1527ccfd93e28b [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 string get_bb_uid(void)
3
4DESCRIPTION
5 Is called to get the ``backbone id''. Objects whose creator is
6 the backbone id are ``trusted'', and will automagically get
7 the uid and euid of the object that caused to load or clone
8 them.
9
10 The backbone id is also temporary given to objects while being
11 called via process_string().
12
13HISTORY
14 Since 3.2.1, get_bb_uid() is needed just for process_string()
15 if no this_object() is present.
16
17SEE ALSO
18 uids(C), creator_file(M), creator(E), get_root_id(M)