logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

broadcast_dialog_message - Broadcasts a message to all the objects in the active dialog. Allegro game

Description

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

Name

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

See Also

dialog_message(3alleg4), active_dialog(3alleg4)

Allegro                                           version 4.4.3                broadcast_dialog_message(3alleg4)

Synopsis

#include<allegro.h>intbroadcast_dialog_message(intmsg,intc);

See Also