blob: a154ad994d91dd8fb213d1a3c27c55af0f38f422 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001DEPRECATED
2SYNOPSIS
3 int prevent_insert()
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 prevent to put something into current
10 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), can_put_and_get(A)