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

dialog_message - Sends a message to all the objects in an array. Allegro game programming library.

Description

       Sends  a message to all the objects in an array. If any of the dialog procedures return values other than
       D_O_K, it returns the value and sets obj to the index of the object which produced it.

Name

       dialog_message - Sends a message to all the objects in an array. Allegro game programming library.

See Also

object_message(3alleg4), broadcast_dialog_message(3alleg4)

Allegro                                           version 4.4.3                          dialog_message(3alleg4)

Synopsis

#include<allegro.h>intdialog_message(DIALOG*dialog,intmsg,intc,int*obj);

See Also