move(4) Driver Applies move(4)
NNAAMMEE
move - ask an object to move to the specified destination
SSYYNNOOPPSSIISS
int move( object dest, int flag );
DDEESSCCRRIIPPTTIIOONN
This apply is called by destruct() on each of the destruc-
ted object's contents or inventory. In so doing, the
driver passes the flag 1. This allows objects to choose
between moving to the destructed object's environment or
be destructed. This function should return 0 if the move
was ok. The object is destructed if the return value is
non-zero (ie failed to move).
SSEEEE AALLSSOO
destruct(3), move_object(3), init(4), destruct_env_of(4)
MudOS 5 Sep 1994 1