Mudlib door
Documentation for the std-door functions for the mudlib in /std/door.c.
Functions
-
void update_state(object ob)
Internal use function. Update the state of both this door and its sibling.
-
void update_sibling()
After a door is opened or closed, this is called, and in turn calls do_on_open/close() in the door and its sibling. See also m_sibling::update_sibling()
-
void do_on_close()
Called when the door is closed.
-
void set_door_direction(string direction)
Set the direction name the door uses. This is also the name of the resulting exit.
-
void set_door_destination(mixed dest)
Set the destination of the exit that the door covers. The destination can be anything M_COMPLEX_EXIT::set_method()’s destination argument will accept
-
mixed query_door_destination()
Return the destination of the door
File generated by Lima 1.1a4 reStructured Text daemon.