Zesstra | 1862697 | 2017-01-31 10:38:27 +0100 | [diff] [blame^] | 1 | catch_msg() |
| 2 | =========== |
| 3 | |
| 4 | SYNOPSIS |
| 5 | -------- |
| 6 | :: |
| 7 | |
| 8 | void catch_msg(mixed *arr, object obj) |
| 9 | |
| 10 | DESCRIPTION |
| 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 | |
| 21 | SEE ALSO |
| 22 | -------- |
| 23 | :: |
| 24 | |
| 25 | say(E), tell_room(E), tell_object(E), catch_tell(L) |
| 26 | |