nca_message_box_press
Example: nca_message_box_press | Message Object Functions |
Presses a button in a message window.
int nca_message_box_press( LPCSTR name, int button );
name | The logical name of the message box. |
button | The index of the button to press. |
The nca_message_box_press function presses the specified button in a message window. The button is indicated by its index, usually the order of the button from left to right. For example, if a message box has three buttons: Yes, No and Cancel, the corresponding indexes may be 1,2, and 3.
Return Values
Parameterization
The following variable can be parameterized using standard parameterization: name