1broadcast_dialog_message(3)     Allegro manual     broadcast_dialog_message(3)
2
3
4

NAME

6       broadcast_dialog_message  -  Broadcasts a message to all the objects in
7       the active dialog. Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int broadcast_dialog_message(int msg, int c);
14

DESCRIPTION

16       Broadcasts a message to all the objects in the active dialog. If any of
17       the  dialog  procedures return values other than D_O_K, it returns that
18       value.
19
20

SEE ALSO

22       dialog_message(3), active_dialog(3)
23
24
25
26Allegro                          version 4.4.3     broadcast_dialog_message(3)
Impressum