blob: 5479832fa6518f6d76fb48dc437d2310fe47a6c7 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001DEPRECATED
2SYNOPSIS
3 int can_put_and_get()
4
5DESCRIPTION
6 In compat mode, this function is used by the efun transfer().
7
8 Define this function in objects that are neither living nor
9 rooms if you want to make it possible to put something into
10 current object.
11
12 Return true if ok, otherwise 0. That means that default is
13 that it is not possible to put something into an object.
14
15HISTORY
16 Deprecated in LDMud 3.3 as transfer() has been deprecated.
17
18SEE ALSO
19 transfer(E), prevent_insert(A)
20