GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
object_message(3) Allegro manual object_message(3)

object_message - Sends a message to an object and returns the answer. Allegro game programming library.

#include <allegro.h>

int object_message(DIALOG *dialog, int msg, int c);

Sends a message to an object and returns the answer it has generated. Remember that the first parameter is the dialog object (not a whole array) that you wish to send the message to. For example, to make the second object in a dialog draw itself, you might write:

   object_message(&dialog[1], MSG_DRAW, 0);
   
The function will take care of scaring and unscaring the mouse if the message is MSG_DRAW.

dialog_message(3), scare_mouse(3), scare_mouse_area(3), unscare_mouse(3), excustom(3), exrgbhsv(3)
version 4.4.3 Allegro

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.