MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | |
| 2 | ********************************************************** |
| 3 | * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! * |
| 4 | ********************************************************** |
| 5 | |
| 6 | SYNOPSIS |
| 7 | void efun308(object item, object env) |
| 8 | |
| 9 | DESCRIPTION |
| 10 | The item is moved into its new environment env, which may be 0. |
| 11 | This efun is to be used in the move_object() hook, as it does |
| 12 | nothing else than moving the item - no calls to init() or such. |
| 13 | |
| 14 | Don't use it in your own objects! |
| 15 | |
| 16 | HISTORY |
| 17 | Introduced in 3.2.1@1 |
| 18 | renamed to 'set_environment()' in LDMud 3.2.6 and LP "03.02.1@150". |
| 19 | Since LDMud 3.2.9, not available if driver is compiled without |
| 20 | USE_DEPRECATED. |
| 21 | Removed in LDMud 3.3 and LP "03.02.1@150". |
| 22 | |
| 23 | SEE ALSO |
| 24 | remove(A), init(A), move_object(E), transfer(E), hooks(C), |
| 25 | native(C) |
| 26 | |
| 27 | 29.10.2006 Zesstra |