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

NAME

6       update_dialog  -  Low level function to update a dialog player. Allegro
7       game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int update_dialog(DIALOG_PLAYER *player);
14

DESCRIPTION

16       Updates the status  of  a  dialog  object  returned  by  init_dialog().
17       Returns  TRUE  if the dialog is still active, or FALSE if it has termiā€
18       nated. Upon a return value of FALSE, it is up to you  whether  to  call
19       shutdown_dialog()  or  to continue execution. The object that requested
20       the exit can be determined from the player->obj field.
21
22

SEE ALSO

24       init_dialog(3)
25
26
27
28Allegro                          version 4.2.2                update_dialog(3)
Impressum