1dialog_message(3) Allegro manual dialog_message(3)
2
3
4
6 dialog_message - Sends a message to all the objects in an array. Alle‐
7 gro game programming library.
8
10 #include <allegro.h>
11
12
13 int dialog_message(DIALOG *dialog, int msg, int c, int *obj);
14
16 Sends a message to all the objects in an array. If any of the dialog
17 procedures return values other than D_O_K, it returns the value and
18 sets obj to the index of the object which produced it.
19
20
22 object_message(3), broadcast_dialog_message(3)
23
24
25
26Allegro version 4.4.2 dialog_message(3)