.DT
test_remove
DW_wibble creator help
test_remove
.SH Name
.SP 5 5
test_remove - This method checks to see if the object can be taken out of us.
.EP
.SH Syntax
.SI 5
int test_remove(object thing,
int flag,
mixed dest)
.EI
.SH Parameters
.SI 5
%^BOLD%^thing%^RESET%^ - the object coming out
%^BOLD%^flag%^RESET%^ - the move flag
%^BOLD%^dest%^RESET%^ - the destination object
.EI
.SH Returns
.SI 5
1 if it can be taken out, 0 if not.
.EI
.SH Defined in
.SI 5
/std/container.c
.EI
.SH Description
.SP 5 5
This method checks to see if the object can be taken out of
us.
.EP
.SH See also
.SP 5 5
/std/basic/move.c
.EP