MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | string get_bb_uid(void) |
| 3 | |
| 4 | DESCRIPTION |
| 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 | |
| 13 | HISTORY |
| 14 | Since 3.2.1, get_bb_uid() is needed just for process_string() |
| 15 | if no this_object() is present. |
| 16 | |
| 17 | SEE ALSO |
| 18 | uids(C), creator_file(M), creator(E), get_root_id(M) |