blob: 481905bce7558b2e816e9ecc6a4f72ec83eb05e0 [file] [log] [blame]
Zesstra18626972017-01-31 10:38:27 +01001catch_msg()
2===========
3
4SYNOPSIS
5--------
6::
7
8 void catch_msg(mixed *arr, object obj)
9
10DESCRIPTION
11-----------
12::
13
14 When say(), tell_object() or tell_room() are used with an array
15 as message, the array will be passed to catch_message() in all living
16 objects that can hear it, instead of writing to the user resp.
17 sending to catch_tell(). This can be used to implement
18 communication protocols between livings. The second denotes
19 the object that has sent the message.
20
21SEE ALSO
22--------
23::
24
25 say(E), tell_room(E), tell_object(E), catch_tell(L)
26