MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | DEPRECATED |
2 | SYNOPSIS | ||||
3 | int get() | ||||
4 | |||||
5 | DESRIPTION | ||||
6 | In compat mode, this function is used by the efun transfer(). | ||||
7 | |||||
8 | If an object wants control over when it is possible to pick it | ||||
9 | up, i.e. moved into a living object, then it must define | ||||
10 | get(), and return 1 if ok to pick up. | ||||
11 | |||||
12 | id() has been called before this to identify the object. | ||||
13 | |||||
14 | HISTORY | ||||
15 | Deprecated in LDMud 3.3 as transfer() has been deprecated. | ||||
16 | |||||
17 | SEE ALSO | ||||
18 | transfer(E), drop(A) |