mud/lib/doc/applies/receive_message
2020-09-06 05:43:07 -07:00

18 lines
561 B
Plaintext

receive_message - provides the interface used by the message efun.
void receive_message( mixed cl, mixed message );
The message() efun calls this method in the player object. The cl
parameter is typically used to indicate the class (say, tell, emote,
combat, room description, etc) of the message. The receive_message()
apply together with the message() efun can provide a good mechanism for
interfacing with a "smart" client.
See also:
catch_tell,
message,
receive,
receive_snoop
Tim Hollebeek Beek@ZorkMUD, Lima Bean, IdeaExchange, and elsewhere