blob: 655a1b0485eb285dfe811d3cb254672efb975761 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001DEPRECATED
2SYNOPSIS
3 int get()
4
5DESRIPTION
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
14HISTORY
15 Deprecated in LDMud 3.3 as transfer() has been deprecated.
16
17SEE ALSO
18 transfer(E), drop(A)