.\" Generated by the Allegro makedoc utility .TH dialog_message 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME dialog_message \- Sends a message to all the objects in an array. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int dialog_message(DIALOG *dialog, int msg, int c, int *obj); .SH 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. .SH SEE ALSO .BR object_message (3alleg4), .BR broadcast_dialog_message (3alleg4)