Mudlib msg_recipient
Documentation for the object-msg_recipient functions for the mudlib in /std/object/msg_recipient.c.
Functions
-
int environment_can_hear()
Returns 1 if messages should propagate upwards to our environment.
- varargs void receive_inside_msg(string msg, object *exclude, int message_type, mixed other)
Handle a message received from inside us (which should never happen, but…) Inside messages propogate upward and downward, but we have no downward
- varargs void receive_outside_msg(string msg, object *exclude, int message_type, mixed other)
Receive a message from outside of us. Outside messages propogate downward, so just receive
- varargs void receive_private_msg(string msg, int message_type, mixed other)
Receive a message sent just to us.
File generated by Lima 1.1a4 reStructured Text daemon.