blob: 9ebb42dd9bac12b1cdf0bf22232f4fcaf1e49d46 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 **********************************************************
3 * ACHTUNG: EFUN EXISTIERT NICHT MEHR! NICHT VERWENDEN! *
4 **********************************************************
5
6SYNOPSIS
7 void efun308(object item, object env)
8
9DESCRIPTION
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
16HISTORY
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
23SEE ALSO
24 remove(A), init(A), move_object(E), transfer(E), hooks(C),
25 native(C)
26
2729.10.2006 Zesstra