MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | DEPRECATED |
| 2 | SYNOPSIS |
| 3 | int prevent_insert() |
| 4 | |
| 5 | DESCRIPTION |
| 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 | |
| 15 | HISTORY |
| 16 | Deprecated in LDMud 3.3 as transfer() has been deprecated. |
| 17 | |
| 18 | SEE ALSO |
| 19 | transfer(E), can_put_and_get(A) |