ldmud/doc/applied/prevent_insert
Lars f84a2fc7a0 Initial import from PRCS.
git-svn-id: svn://svn.bearnip.com/ldmud/trunk@4 56160b6e-f8f8-0310-bd54-bccebfe6a2f2
2005-06-21 01:46:13 +00:00

19 lines
543 B
Text

DEPRECATED
SYNOPSIS
int prevent_insert()
DESCRIPTION
In compat mode, this function is used by the efun transfer().
Define this function in objects that are neither living nor
rooms if you want to prevent to put something into current
object.
Return true if ok, otherwise 0. That means that default is
that it is not possible to put something into an object.
HISTORY
Deprecated in LDMud 3.3 as transfer() has been deprecated.
SEE ALSO
transfer(E), can_put_and_get(A)